Html Css Color HEX #E01D42 Crimson

📋 copy color: '#E01D42'

red 224 ◦ green 29 ◦ blue 66

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

Shades of Crimson #E01D42

Tints of Crimson #E01D42

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.09%

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

R = 70.22%
G = 9.09%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01D42 (or 0xE01D42) is known color: Crimson. HEX triplet: E0, 1D and 42. RGB value is (224,29,66). Sum of RGB (Red+Green+Blue) = 224+29+66=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01D42 is #1FE2BD. Grayscale: #5B5B5B. Windows color (decimal): -2089662 or 4333024. OLE color: 4333024.

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

Color convert

RGB 224 29 66 -
CMYK 0 0.87 0.71 0.12
HSL 348.62º 0.77% 0.5% -
HSV(B) 348.62º 0.87% 0.88% -
XYZ 32.16 17.12 6.76 -
YUV 91.52 113.6 222.49 -
System Red Green Blue C M Y K H S L
Decimal 224 29 66 0 0.87 0.71 0.12 348.62 0.77 0.5
Hex E0 1D 42 0 57 47 C 15D 4D 32
Octal 340 35 102 0 127 107 14 535 115 62
Binary 11100000 11101 1000010 0 1010111 1000111 1100 101011101 1001101 110010

Color Harmonies of #E01D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D42

Black with #E01D42

Text Example


Text Example

White with #E01D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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