Html Css Color HEX #EA3019 Cinnabar

📋 copy color: '#EA3019'

red 234 ◦ green 48 ◦ blue 25

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

Shades of Cinnabar #EA3019

Tints of Cinnabar #EA3019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

 BLUE value IS 25 (10.16% from 255) = 8.14%

R = 76.22%
G = 15.64%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA3019 (or 0xEA3019) is known color: Cinnabar. HEX triplet: EA, 30 and 19. RGB value is (234,48,25). Sum of RGB (Red+Green+Blue) = 234+48+25=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3019 is #15CFE6. Grayscale: #656565. Windows color (decimal): -1429479 or 1650922. OLE color: 1650922.

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

Color convert

RGB 234 48 25 -
CMYK 0 0.79 0.89 0.08
HSL 6.6º 0.83% 0.51% -
HSV(B) 6.6º 0.89% 0.92% -
XYZ 35.16 19.68 2.86 -
YUV 100.99 85.12 222.87 -
System Red Green Blue C M Y K H S L
Decimal 234 48 25 0 0.79 0.89 0.08 6.6 0.83 0.51
Hex EA 30 19 0 4F 59 8 7 53 33
Octal 352 60 31 0 117 131 10 7 123 63
Binary 11101010 110000 11001 0 1001111 1011001 1000 111 1010011 110011

Color Harmonies of #EA3019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3019

Black with #EA3019

Text Example


Text Example

White with #EA3019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3019; }

 p { color: rgb(234,48,25); }

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

background-color css

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

 a { background-color: rgb(234,48,25); }

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

border-color css

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

 span { border-color: rgb(234,48,25); }

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