Html Css Color HEX #E04E1C Cinnabar

📋 copy color: '#E04E1C'

red 224 ◦ green 78 ◦ blue 28

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

Shades of Cinnabar #E04E1C

Tints of Cinnabar #E04E1C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

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

R = 67.88%
G = 23.64%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E04E1C (or 0xE04E1C) is known color: Cinnabar. HEX triplet: E0, 4E and 1C. RGB value is (224,78,28). Sum of RGB (Red+Green+Blue) = 224+78+28=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04E1C is #1FB1E3. Grayscale: #747474. Windows color (decimal): -2077156 or 1855200. OLE color: 1855200.

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

Color convert

RGB 224 78 28 -
CMYK 0 0.65 0.88 0.12
HSL 15.31º 0.78% 0.49% -
HSV(B) 15.31º 0.88% 0.88% -
XYZ 33.67 21.38 3.45 -
YUV 115.95 78.37 205.07 -
System Red Green Blue C M Y K H S L
Decimal 224 78 28 0 0.65 0.88 0.12 15.31 0.78 0.49
Hex E0 4E 1C 0 41 58 C F 4E 31
Octal 340 116 34 0 101 130 14 17 116 61
Binary 11100000 1001110 11100 0 1000001 1011000 1100 1111 1001110 110001

Color Harmonies of #E04E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E1C

Black with #E04E1C

Text Example


Text Example

White with #E04E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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