Html Css Color HEX #EA3118 Cinnabar

📋 copy color: '#EA3118'

red 234 ◦ green 49 ◦ blue 24

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

Shades of Cinnabar #EA3118

Tints of Cinnabar #EA3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.96%

 BLUE value IS 24 (9.77% from 255) = 7.82%

R = 76.22%
G = 15.96%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA3118 (or 0xEA3118) is known color: Cinnabar. HEX triplet: EA, 31 and 18. RGB value is (234,49,24). Sum of RGB (Red+Green+Blue) = 234+49+24=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3118 is #15CEE7. Grayscale: #656565. Windows color (decimal): -1429224 or 1585642. OLE color: 1585642.

HSL color Cylindrical-coordinate representation of color #EA3118: hue angle of 7.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA3118 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 49 24 -
CMYK 0 0.79 0.90 0.08
HSL 7.14º 0.83% 0.51% -
HSV(B) 7.14º 0.9% 0.92% -
XYZ 35.19 19.76 2.82 -
YUV 101.47 84.29 222.53 -
System Red Green Blue C M Y K H S L
Decimal 234 49 24 0 0.79 0.90 0.08 7.14 0.83 0.51
Hex EA 31 18 0 4F 5A 8 7 53 33
Octal 352 61 30 0 117 132 10 7 123 63
Binary 11101010 110001 11000 0 1001111 1011010 1000 111 1010011 110011

Color Harmonies of #EA3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3118

Black with #EA3118

Text Example


Text Example

White with #EA3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3118; }

 p { color: rgb(234,49,24); }

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

background-color css

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

 a { background-color: rgb(234,49,24); }

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

border-color css

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

 span { border-color: rgb(234,49,24); }

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