Html Css Color HEX #E01039 Crimson

📋 copy color: '#E01039'

red 224 ◦ green 16 ◦ blue 57

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

Shades of Crimson #E01039

Tints of Crimson #E01039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.39%

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

R = 75.42%
G = 5.39%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E01039 (or 0xE01039) is known color: Crimson. HEX triplet: E0, 10 and 39. RGB value is (224,16,57). Sum of RGB (Red+Green+Blue) = 224+16+57=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E01039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01039 is #1FEFC6. Grayscale: #525252. Windows color (decimal): -2092999 or 3739872. OLE color: 3739872.

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

Color convert

RGB 224 16 57 -
CMYK 0 0.93 0.75 0.12
HSL 348.17º 0.87% 0.47% -
HSV(B) 348.17º 0.93% 0.88% -
XYZ 31.66 16.51 5.39 -
YUV 82.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 224 16 57 0 0.93 0.75 0.12 348.17 0.87 0.47
Hex E0 10 39 0 5D 4B C 15C 57 2F
Octal 340 20 71 0 135 113 14 534 127 57
Binary 11100000 10000 111001 0 1011101 1001011 1100 101011100 1010111 101111

Color Harmonies of #E01039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01039

Black with #E01039

Text Example


Text Example

White with #E01039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01039; }

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

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

background-color css

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

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

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

border-color css

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

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

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