Html Css Color HEX #E01042 Crimson

📋 copy color: '#E01042'

red 224 ◦ green 16 ◦ blue 66

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

Shades of Crimson #E01042

Tints of Crimson #E01042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 73.2%
G = 5.23%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01042 (or 0xE01042) is known color: Crimson. HEX triplet: E0, 10 and 42. RGB value is (224,16,66). Sum of RGB (Red+Green+Blue) = 224+16+66=306 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.20% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 224 - color contains mainly: red. Hex color #E01042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01042 is #1FEFBD. Grayscale: #535353. Windows color (decimal): -2092990 or 4329696. OLE color: 4329696.

HSL color Cylindrical-coordinate representation of color #E01042: hue angle of 345.58º 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 #E01042 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 16 66 -
CMYK 0 0.93 0.71 0.12
HSL 345.58º 0.87% 0.47% -
HSV(B) 345.58º 0.93% 0.88% -
XYZ 31.91 16.61 6.68 -
YUV 83.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 224 16 66 0 0.93 0.71 0.12 345.58 0.87 0.47
Hex E0 10 42 0 5D 47 C 15A 57 2F
Octal 340 20 102 0 135 107 14 532 127 57
Binary 11100000 10000 1000010 0 1011101 1000111 1100 101011010 1010111 101111

Color Harmonies of #E01042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01042

Black with #E01042

Text Example


Text Example

White with #E01042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01042; }

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

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

background-color css

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

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

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

border-color css

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

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

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