Html Css Color HEX #EA4624 Cinnabar

📋 copy color: '#EA4624'

red 234 ◦ green 70 ◦ blue 36

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

Shades of Cinnabar #EA4624

Tints of Cinnabar #EA4624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 68.82%
G = 20.59%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA4624 (or 0xEA4624) is known color: Cinnabar. HEX triplet: EA, 46 and 24. RGB value is (234,70,36). Sum of RGB (Red+Green+Blue) = 234+70+36=340 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.82% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4624 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4624 is #15B9DB. Grayscale: #737373. Windows color (decimal): -1423836 or 2377450. OLE color: 2377450.

HSL color Cylindrical-coordinate representation of color #EA4624: hue angle of 10.3º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA4624 is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 36 -
CMYK 0 0.70 0.85 0.08
HSL 10.3º 0.83% 0.53% -
HSV(B) 10.3º 0.85% 0.92% -
XYZ 36.44 22 3.99 -
YUV 115.16 83.33 212.76 -
System Red Green Blue C M Y K H S L
Decimal 234 70 36 0 0.70 0.85 0.08 10.3 0.83 0.53
Hex EA 46 24 0 46 55 8 A 52 35
Octal 352 106 44 0 106 125 10 12 122 65
Binary 11101010 1000110 100100 0 1000110 1010101 1000 1010 1010010 110101

Color Harmonies of #EA4624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4624

Black with #EA4624

Text Example


Text Example

White with #EA4624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4624; }

 p { color: rgb(234,70,36); }

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

background-color css

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

 a { background-color: rgb(234,70,36); }

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

border-color css

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

 span { border-color: rgb(234,70,36); }

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