Html Css Color HEX #EA4520 Cinnabar

📋 copy color: '#EA4520'

red 234 ◦ green 69 ◦ blue 32

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

Shades of Cinnabar #EA4520

Tints of Cinnabar #EA4520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

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

R = 69.85%
G = 20.6%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA4520 (or 0xEA4520) is known color: Cinnabar. HEX triplet: EA, 45 and 20. RGB value is (234,69,32). Sum of RGB (Red+Green+Blue) = 234+69+32=335 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.85% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4520 is #15BADF. Grayscale: #727272. Windows color (decimal): -1424096 or 2115050. OLE color: 2115050.

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

Color convert

RGB 234 69 32 -
CMYK 0 0.71 0.86 0.08
HSL 10.99º 0.83% 0.52% -
HSV(B) 10.99º 0.86% 0.92% -
XYZ 36.32 21.85 3.67 -
YUV 114.12 81.66 213.51 -
System Red Green Blue C M Y K H S L
Decimal 234 69 32 0 0.71 0.86 0.08 10.99 0.83 0.52
Hex EA 45 20 0 47 56 8 B 53 34
Octal 352 105 40 0 107 126 10 13 123 64
Binary 11101010 1000101 100000 0 1000111 1010110 1000 1011 1010011 110100

Color Harmonies of #EA4520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4520

Black with #EA4520

Text Example


Text Example

White with #EA4520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4520; }

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

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

background-color css

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

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

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

border-color css

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

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

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