Html Css Color HEX #EA3624 Cinnabar

📋 copy color: '#EA3624'

red 234 ◦ green 54 ◦ blue 36

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

Shades of Cinnabar #EA3624

Tints of Cinnabar #EA3624

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.67%

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

R = 72.22%
G = 16.67%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA3624 (or 0xEA3624) is known color: Cinnabar. HEX triplet: EA, 36 and 24. RGB value is (234,54,36). Sum of RGB (Red+Green+Blue) = 234+54+36=324 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.22% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 36 (14.45% from 255 or 11.11% from 324); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3624 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3624 is #15C9DB. Grayscale: #6A6A6A. Windows color (decimal): -1427932 or 2373354. OLE color: 2373354.

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

Color convert

RGB 234 54 36 -
CMYK 0 0.77 0.85 0.08
HSL 5.45º 0.83% 0.53% -
HSV(B) 5.45º 0.85% 0.92% -
XYZ 35.57 20.26 3.7 -
YUV 105.77 88.63 219.46 -
System Red Green Blue C M Y K H S L
Decimal 234 54 36 0 0.77 0.85 0.08 5.45 0.83 0.53
Hex EA 36 24 0 4D 55 8 5 52 35
Octal 352 66 44 0 115 125 10 5 122 65
Binary 11101010 110110 100100 0 1001101 1010101 1000 101 1010010 110101

Color Harmonies of #EA3624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3624

Black with #EA3624

Text Example


Text Example

White with #EA3624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3624; }

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

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

background-color css

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

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

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

border-color css

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

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

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