Html Css Color HEX #E00A39 Crimson

📋 copy color: '#E00A39'

red 224 ◦ green 10 ◦ blue 57

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

Shades of Crimson #E00A39

Tints of Crimson #E00A39

RGB

 RED value IS 224 (87.89% from 255) = 76.98%

 GREEN value IS 10 (4.3% from 255) = 3.44%

 BLUE value IS 57 (22.66% from 255) = 19.59%

R = 76.98%
G = 3.44%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E00A39 (or 0xE00A39) is known color: Crimson. HEX triplet: E0, 0A and 39. RGB value is (224,10,57). Sum of RGB (Red+Green+Blue) = 224+10+57=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E00A39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00A39 is #1FF5C6. Grayscale: #4F4F4F. Windows color (decimal): -2094535 or 3738336. OLE color: 3738336.

HSL color Cylindrical-coordinate representation of color #E00A39: hue angle of 346.82º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00A39 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 10 57 -
CMYK 0 0.96 0.75 0.12
HSL 346.82º 0.91% 0.46% -
HSV(B) 346.82º 0.96% 0.88% -
XYZ 31.59 16.36 5.36 -
YUV 79.34 115.4 231.18 -
System Red Green Blue C M Y K H S L
Decimal 224 10 57 0 0.96 0.75 0.12 346.82 0.91 0.46
Hex E0 A 39 0 60 4B C 15B 5B 2E
Octal 340 12 71 0 140 113 14 533 133 56
Binary 11100000 1010 111001 0 1100000 1001011 1100 101011011 1011011 101110

Color Harmonies of #E00A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00A39

Black with #E00A39

Text Example


Text Example

White with #E00A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00A39; }

 p { color: rgb(224,10,57); }

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

background-color css

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

 a { background-color: rgb(224,10,57); }

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

border-color css

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

 span { border-color: rgb(224,10,57); }

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