Html Css Color HEX #EA1C18 Scarlet

📋 copy color: '#EA1C18'

red 234 ◦ green 28 ◦ blue 24

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

Shades of Scarlet #EA1C18

Tints of Scarlet #EA1C18

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

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

R = 81.82%
G = 9.79%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA1C18 (or 0xEA1C18) is known color: Scarlet. HEX triplet: EA, 1C and 18. RGB value is (234,28,24). Sum of RGB (Red+Green+Blue) = 234+28+24=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1C18 is #15E3E7. Grayscale: #595959. Windows color (decimal): -1434600 or 1580266. OLE color: 1580266.

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

Color convert

RGB 234 28 24 -
CMYK 0 0.88 0.90 0.08
HSL 1.14º 0.83% 0.51% -
HSV(B) 1.14º 0.9% 0.92% -
XYZ 34.51 18.39 2.59 -
YUV 89.14 91.25 231.33 -
System Red Green Blue C M Y K H S L
Decimal 234 28 24 0 0.88 0.90 0.08 1.14 0.83 0.51
Hex EA 1C 18 0 58 5A 8 1 53 33
Octal 352 34 30 0 130 132 10 1 123 63
Binary 11101010 11100 11000 0 1011000 1011010 1000 1 1010011 110011

Color Harmonies of #EA1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1C18

Black with #EA1C18

Text Example


Text Example

White with #EA1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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