Html Css Color HEX #E01E3C Crimson

📋 copy color: '#E01E3C'

red 224 ◦ green 30 ◦ blue 60

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

Shades of Crimson #E01E3C

Tints of Crimson #E01E3C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.55%

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 71.34%
G = 9.55%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E01E3C (or 0xE01E3C) is known color: Crimson. HEX triplet: E0, 1E and 3C. RGB value is (224,30,60). Sum of RGB (Red+Green+Blue) = 224+30+60=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E01E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01E3C is #1FE1C3. Grayscale: #5B5B5B. Windows color (decimal): -2089412 or 3940064. OLE color: 3940064.

HSL color Cylindrical-coordinate representation of color #E01E3C: hue angle of 350.72º degrees, saturation: 0.76, 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 #E01E3C is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 30 60 -
CMYK 0 0.87 0.73 0.12
HSL 350.72º 0.76% 0.5% -
HSV(B) 350.72º 0.87% 0.88% -
XYZ 32.02 17.1 5.89 -
YUV 91.43 110.27 222.56 -
System Red Green Blue C M Y K H S L
Decimal 224 30 60 0 0.87 0.73 0.12 350.72 0.76 0.5
Hex E0 1E 3C 0 57 49 C 15F 4C 32
Octal 340 36 74 0 127 111 14 537 114 62
Binary 11100000 11110 111100 0 1010111 1001001 1100 101011111 1001100 110010

Color Harmonies of #E01E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01E3C

Black with #E01E3C

Text Example


Text Example

White with #E01E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01E3C; }

 p { color: rgb(224,30,60); }

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

background-color css

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

 a { background-color: rgb(224,30,60); }

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

border-color css

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

 span { border-color: rgb(224,30,60); }

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