Html Css Color HEX #E40527 Crimson

📋 copy color: '#E40527'

red 228 ◦ green 5 ◦ blue 39

#E40527
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crimson #E40527

Tints of Crimson #E40527

RGB

 RED value IS 228 (89.45% from 255) = 83.82%

 GREEN value IS 5 (2.34% from 255) = 1.84%

 BLUE value IS 39 (15.63% from 255) = 14.34%

R = 83.82%
G = 1.84%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E40527 (or 0xE40527) is known color: Crimson. HEX triplet: E4, 05 and 27. RGB value is (228,5,39). Sum of RGB (Red+Green+Blue) = 228+5+39=272 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.82% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 228 - color contains mainly: red. Hex color #E40527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40527 is #1BFAD8. Grayscale: #4B4B4B. Windows color (decimal): -1833689 or 2557412. OLE color: 2557412.

HSL color Cylindrical-coordinate representation of color #E40527: hue angle of 350.85º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E40527 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 5 39 -
CMYK 0 0.98 0.83 0.11
HSL 350.85º 0.96% 0.46% -
HSV(B) 350.85º 0.98% 0.89% -
XYZ 32.42 16.75 3.44 -
YUV 75.55 107.38 236.74 -
System Red Green Blue C M Y K H S L
Decimal 228 5 39 0 0.98 0.83 0.11 350.85 0.96 0.46
Hex E4 5 27 0 62 53 B 15F 60 2E
Octal 344 5 47 0 142 123 13 537 140 56
Binary 11100100 101 100111 0 1100010 1010011 1011 101011111 1100000 101110

Color Harmonies of #E40527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40527

Black with #E40527

Text Example


Text Example

White with #E40527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40527; }

 p { color: rgb(228,5,39); }

 H1.HeaderClassName
 {
   color: #E40527;
 }
 .AnyTagClassName
 {
   color: #E40527;
 }
</style>

background-color css

<style>
 a { background-color: #E40527; }

 a { background-color: rgb(228,5,39); }

 div.DivClassName
 {
   background-color: #E40527;
 }
 .BgClassName
 {
   background-color: #E40527;
 }
</style>

border-color css

<style>
 span { border-color: #E40527; }

 span { border-color: rgb(228,5,39); }

 td.TdClassName
 {
   border-color: #E40527;
 }
 .TagClassName
 {
   border-color: #E40527;
 }
</style>