Html Css Color HEX #E01C42 Crimson

📋 copy color: '#E01C42'

red 224 ◦ green 28 ◦ blue 66

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

Shades of Crimson #E01C42

Tints of Crimson #E01C42

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

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

R = 70.44%
G = 8.81%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E01C42 (or 0xE01C42) is known color: Crimson. HEX triplet: E0, 1C and 42. RGB value is (224,28,66). Sum of RGB (Red+Green+Blue) = 224+28+66=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C42 is #1FE3BD. Grayscale: #5A5A5A. Windows color (decimal): -2089918 or 4332768. OLE color: 4332768.

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

Color convert

RGB 224 28 66 -
CMYK 0 0.88 0.71 0.12
HSL 348.37º 0.78% 0.49% -
HSV(B) 348.37º 0.88% 0.88% -
XYZ 32.14 17.07 6.76 -
YUV 90.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 224 28 66 0 0.88 0.71 0.12 348.37 0.78 0.49
Hex E0 1C 42 0 58 47 C 15C 4E 31
Octal 340 34 102 0 130 107 14 534 116 61
Binary 11100000 11100 1000010 0 1011000 1000111 1100 101011100 1001110 110001

Color Harmonies of #E01C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C42

Black with #E01C42

Text Example


Text Example

White with #E01C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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