Html Css Color HEX #EA1918 Scarlet

📋 copy color: '#EA1918'

red 234 ◦ green 25 ◦ blue 24

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

Shades of Scarlet #EA1918

Tints of Scarlet #EA1918

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

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

R = 82.69%
G = 8.83%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA1918 (or 0xEA1918) is known color: Scarlet. HEX triplet: EA, 19 and 18. RGB value is (234,25,24). Sum of RGB (Red+Green+Blue) = 234+25+24=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1918 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1918 is #15E6E7. Grayscale: #575757. Windows color (decimal): -1435368 or 1579498. OLE color: 1579498.

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

Color convert

RGB 234 25 24 -
CMYK 0 0.89 0.90 0.08
HSL 0.29º 0.83% 0.51% -
HSV(B) 0.29º 0.9% 0.92% -
XYZ 34.44 18.25 2.57 -
YUV 87.38 92.24 232.58 -
System Red Green Blue C M Y K H S L
Decimal 234 25 24 0 0.89 0.90 0.08 0.29 0.83 0.51
Hex EA 19 18 0 59 5A 8 0 53 33
Octal 352 31 30 0 131 132 10 0 123 63
Binary 11101010 11001 11000 0 1011001 1011010 1000 0 1010011 110011

Color Harmonies of #EA1918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1918

Black with #EA1918

Text Example


Text Example

White with #EA1918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1918; }

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

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

background-color css

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

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

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

border-color css

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

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

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