Html Css Color HEX #E0401C Cinnabar

📋 copy color: '#E0401C'

red 224 ◦ green 64 ◦ blue 28

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

Shades of Cinnabar #E0401C

Tints of Cinnabar #E0401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 70.89%
G = 20.25%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0401C (or 0xE0401C) is known color: Cinnabar. HEX triplet: E0, 40 and 1C. RGB value is (224,64,28). Sum of RGB (Red+Green+Blue) = 224+64+28=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E0401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0401C is #1FBFE3. Grayscale: #6C6C6C. Windows color (decimal): -2080740 or 1851616. OLE color: 1851616.

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

Color convert

RGB 224 64 28 -
CMYK 0 0.71 0.88 0.12
HSL 11.02º 0.78% 0.49% -
HSV(B) 11.02º 0.88% 0.88% -
XYZ 32.78 19.6 3.15 -
YUV 107.74 83.01 210.93 -
System Red Green Blue C M Y K H S L
Decimal 224 64 28 0 0.71 0.88 0.12 11.02 0.78 0.49
Hex E0 40 1C 0 47 58 C B 4E 31
Octal 340 100 34 0 107 130 14 13 116 61
Binary 11100000 1000000 11100 0 1000111 1011000 1100 1011 1001110 110001

Color Harmonies of #E0401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0401C

Black with #E0401C

Text Example


Text Example

White with #E0401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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