Html Css Color HEX #EA4020 Cinnabar

📋 copy color: '#EA4020'

red 234 ◦ green 64 ◦ blue 32

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

Shades of Cinnabar #EA4020

Tints of Cinnabar #EA4020

RGB

 RED value IS 234 (91.8% from 255) = 70.91%

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

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 70.91%
G = 19.39%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA4020 (or 0xEA4020) is known color: Cinnabar. HEX triplet: EA, 40 and 20. RGB value is (234,64,32). Sum of RGB (Red+Green+Blue) = 234+64+32=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4020 is #15BFDF. Grayscale: #6F6F6F. Windows color (decimal): -1425376 or 2113770. OLE color: 2113770.

HSL color Cylindrical-coordinate representation of color #EA4020: hue angle of 9.5º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA4020 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 64 32 -
CMYK 0 0.73 0.86 0.08
HSL 9.5º 0.83% 0.52% -
HSV(B) 9.5º 0.86% 0.92% -
XYZ 36.03 21.26 3.57 -
YUV 111.18 83.32 215.6 -
System Red Green Blue C M Y K H S L
Decimal 234 64 32 0 0.73 0.86 0.08 9.5 0.83 0.52
Hex EA 40 20 0 49 56 8 A 53 34
Octal 352 100 40 0 111 126 10 12 123 64
Binary 11101010 1000000 100000 0 1001001 1010110 1000 1010 1010011 110100

Color Harmonies of #EA4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4020

Black with #EA4020

Text Example


Text Example

White with #EA4020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4020; }

 p { color: rgb(234,64,32); }

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

background-color css

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

 a { background-color: rgb(234,64,32); }

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

border-color css

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

 span { border-color: rgb(234,64,32); }

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