Html Css Color HEX #EA2F19 Cinnabar

📋 copy color: '#EA2F19'

red 234 ◦ green 47 ◦ blue 25

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

Shades of Cinnabar #EA2F19

Tints of Cinnabar #EA2F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.36%

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

R = 76.47%
G = 15.36%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA2F19 (or 0xEA2F19) is known color: Cinnabar. HEX triplet: EA, 2F and 19. RGB value is (234,47,25). Sum of RGB (Red+Green+Blue) = 234+47+25=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2F19 is #15D0E6. Grayscale: #646464. Windows color (decimal): -1429735 or 1650666. OLE color: 1650666.

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

Color convert

RGB 234 47 25 -
CMYK 0 0.80 0.89 0.08
HSL 6.32º 0.83% 0.51% -
HSV(B) 6.32º 0.89% 0.92% -
XYZ 35.12 19.6 2.85 -
YUV 100.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 234 47 25 0 0.80 0.89 0.08 6.32 0.83 0.51
Hex EA 2F 19 0 50 59 8 6 53 33
Octal 352 57 31 0 120 131 10 6 123 63
Binary 11101010 101111 11001 0 1010000 1011001 1000 110 1010011 110011

Color Harmonies of #EA2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2F19

Black with #EA2F19

Text Example


Text Example

White with #EA2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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