Html Css Color HEX #E04E2A Cinnabar

📋 copy color: '#E04E2A'

red 224 ◦ green 78 ◦ blue 42

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

Shades of Cinnabar #E04E2A

Tints of Cinnabar #E04E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.21%

R = 65.12%
G = 22.67%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E04E2A (or 0xE04E2A) is known color: Cinnabar. HEX triplet: E0, 4E and 2A. RGB value is (224,78,42). Sum of RGB (Red+Green+Blue) = 224+78+42=344 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.12% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E04E2A is #1FB1D5. Grayscale: #757575. Windows color (decimal): -2077142 or 2772704. OLE color: 2772704.

HSL color Cylindrical-coordinate representation of color #E04E2A: hue angle of 11.87º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E04E2A is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 78 42 -
CMYK 0 0.65 0.81 0.12
HSL 11.87º 0.75% 0.52% -
HSV(B) 11.87º 0.81% 0.88% -
XYZ 33.88 21.46 4.55 -
YUV 117.55 85.37 203.93 -
System Red Green Blue C M Y K H S L
Decimal 224 78 42 0 0.65 0.81 0.12 11.87 0.75 0.52
Hex E0 4E 2A 0 41 51 C C 4B 34
Octal 340 116 52 0 101 121 14 14 113 64
Binary 11100000 1001110 101010 0 1000001 1010001 1100 1100 1001011 110100

Color Harmonies of #E04E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04E2A

Black with #E04E2A

Text Example


Text Example

White with #E04E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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