Html Css Color HEX #EA4D20 Cinnabar

📋 copy color: '#EA4D20'

red 234 ◦ green 77 ◦ blue 32

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

Shades of Cinnabar #EA4D20

Tints of Cinnabar #EA4D20

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

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

R = 68.22%
G = 22.45%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA4D20 (or 0xEA4D20) is known color: Cinnabar. HEX triplet: EA, 4D and 20. RGB value is (234,77,32). Sum of RGB (Red+Green+Blue) = 234+77+32=343 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.22% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4D20 is #15B2DF. Grayscale: #777777. Windows color (decimal): -1422048 or 2117098. OLE color: 2117098.

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

Color convert

RGB 234 77 32 -
CMYK 0 0.67 0.86 0.08
HSL 13.37º 0.83% 0.52% -
HSV(B) 13.37º 0.86% 0.92% -
XYZ 36.85 22.9 3.85 -
YUV 118.81 79.01 210.16 -
System Red Green Blue C M Y K H S L
Decimal 234 77 32 0 0.67 0.86 0.08 13.37 0.83 0.52
Hex EA 4D 20 0 43 56 8 D 53 34
Octal 352 115 40 0 103 126 10 15 123 64
Binary 11101010 1001101 100000 0 1000011 1010110 1000 1101 1010011 110100

Color Harmonies of #EA4D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D20

Black with #EA4D20

Text Example


Text Example

White with #EA4D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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