Html Css Color HEX #E01C3C Crimson

📋 copy color: '#E01C3C'

red 224 ◦ green 28 ◦ blue 60

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

Shades of Crimson #E01C3C

Tints of Crimson #E01C3C

RGB

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

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

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

R = 71.79%
G = 8.97%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E01C3C (or 0xE01C3C) is known color: Crimson. HEX triplet: E0, 1C and 3C. RGB value is (224,28,60). Sum of RGB (Red+Green+Blue) = 224+28+60=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C3C is #1FE3C3. Grayscale: #5A5A5A. Windows color (decimal): -2089924 or 3939552. OLE color: 3939552.

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

Color convert

RGB 224 28 60 -
CMYK 0 0.88 0.73 0.12
HSL 350.2º 0.78% 0.49% -
HSV(B) 350.2º 0.88% 0.88% -
XYZ 31.97 17 5.87 -
YUV 90.25 110.93 223.4 -
System Red Green Blue C M Y K H S L
Decimal 224 28 60 0 0.88 0.73 0.12 350.2 0.78 0.49
Hex E0 1C 3C 0 58 49 C 15E 4E 31
Octal 340 34 74 0 130 111 14 536 116 61
Binary 11100000 11100 111100 0 1011000 1001001 1100 101011110 1001110 110001

Color Harmonies of #E01C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C3C

Black with #E01C3C

Text Example


Text Example

White with #E01C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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