Html Css Color HEX #EA4A20 Cinnabar

📋 copy color: '#EA4A20'

red 234 ◦ green 74 ◦ blue 32

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

Shades of Cinnabar #EA4A20

Tints of Cinnabar #EA4A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

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

R = 68.82%
G = 21.76%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA4A20 (or 0xEA4A20) is known color: Cinnabar. HEX triplet: EA, 4A and 20. RGB value is (234,74,32). Sum of RGB (Red+Green+Blue) = 234+74+32=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4A20 is #15B5DF. Grayscale: #757575. Windows color (decimal): -1422816 or 2116330. OLE color: 2116330.

HSL color Cylindrical-coordinate representation of color #EA4A20: hue angle of 12.48º 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 #EA4A20 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 74 32 -
CMYK 0 0.68 0.86 0.08
HSL 12.48º 0.83% 0.52% -
HSV(B) 12.48º 0.86% 0.92% -
XYZ 36.64 22.49 3.78 -
YUV 117.05 80.01 211.42 -
System Red Green Blue C M Y K H S L
Decimal 234 74 32 0 0.68 0.86 0.08 12.48 0.83 0.52
Hex EA 4A 20 0 44 56 8 C 53 34
Octal 352 112 40 0 104 126 10 14 123 64
Binary 11101010 1001010 100000 0 1000100 1010110 1000 1100 1010011 110100

Color Harmonies of #EA4A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A20

Black with #EA4A20

Text Example


Text Example

White with #EA4A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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