Html Css Color HEX #EA2219 Scarlet

📋 copy color: '#EA2219'

red 234 ◦ green 34 ◦ blue 25

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

Shades of Scarlet #EA2219

Tints of Scarlet #EA2219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 79.86%
G = 11.6%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA2219 (or 0xEA2219) is known color: Scarlet. HEX triplet: EA, 22 and 19. RGB value is (234,34,25). Sum of RGB (Red+Green+Blue) = 234+34+25=293 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.86% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2219 is #15DDE6. Grayscale: #5D5D5D. Windows color (decimal): -1433063 or 1647338. OLE color: 1647338.

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

Color convert

RGB 234 34 25 -
CMYK 0 0.85 0.89 0.08
HSL 2.58º 0.83% 0.51% -
HSV(B) 2.58º 0.89% 0.92% -
XYZ 34.68 18.71 2.7 -
YUV 92.77 89.76 228.73 -
System Red Green Blue C M Y K H S L
Decimal 234 34 25 0 0.85 0.89 0.08 2.58 0.83 0.51
Hex EA 22 19 0 55 59 8 3 53 33
Octal 352 42 31 0 125 131 10 3 123 63
Binary 11101010 100010 11001 0 1010101 1011001 1000 11 1010011 110011

Color Harmonies of #EA2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2219

Black with #EA2219

Text Example


Text Example

White with #EA2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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