Html Css Color HEX #E01742 Crimson

📋 copy color: '#E01742'

red 224 ◦ green 23 ◦ blue 66

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

Shades of Crimson #E01742

Tints of Crimson #E01742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

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

R = 71.57%
G = 7.35%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01742 (or 0xE01742) is known color: Crimson. HEX triplet: E0, 17 and 42. RGB value is (224,23,66). Sum of RGB (Red+Green+Blue) = 224+23+66=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E01742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01742 is #1FE8BD. Grayscale: #585858. Windows color (decimal): -2091198 or 4331488. OLE color: 4331488.

HSL color Cylindrical-coordinate representation of color #E01742: hue angle of 347.16º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E01742 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 23 66 -
CMYK 0 0.90 0.71 0.12
HSL 347.16º 0.81% 0.48% -
HSV(B) 347.16º 0.9% 0.88% -
XYZ 32.03 16.85 6.72 -
YUV 88 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 224 23 66 0 0.90 0.71 0.12 347.16 0.81 0.48
Hex E0 17 42 0 5A 47 C 15B 51 30
Octal 340 27 102 0 132 107 14 533 121 60
Binary 11100000 10111 1000010 0 1011010 1000111 1100 101011011 1010001 110000

Color Harmonies of #E01742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01742

Black with #E01742

Text Example


Text Example

White with #E01742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01742; }

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

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

background-color css

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

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

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

border-color css

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

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

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