Html Css Color HEX #EA2518 Scarlet

📋 copy color: '#EA2518'

red 234 ◦ green 37 ◦ blue 24

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

Shades of Scarlet #EA2518

Tints of Scarlet #EA2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 79.32%
G = 12.54%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA2518 (or 0xEA2518) is known color: Scarlet. HEX triplet: EA, 25 and 18. RGB value is (234,37,24). Sum of RGB (Red+Green+Blue) = 234+37+24=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2518 is #15DAE7. Grayscale: #5E5E5E. Windows color (decimal): -1432296 or 1582570. OLE color: 1582570.

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

Color convert

RGB 234 37 24 -
CMYK 0 0.84 0.90 0.08
HSL 3.71º 0.83% 0.51% -
HSV(B) 3.71º 0.9% 0.92% -
XYZ 34.76 18.88 2.68 -
YUV 94.42 88.27 227.56 -
System Red Green Blue C M Y K H S L
Decimal 234 37 24 0 0.84 0.90 0.08 3.71 0.83 0.51
Hex EA 25 18 0 54 5A 8 4 53 33
Octal 352 45 30 0 124 132 10 4 123 63
Binary 11101010 100101 11000 0 1010100 1011010 1000 100 1010011 110011

Color Harmonies of #EA2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2518

Black with #EA2518

Text Example


Text Example

White with #EA2518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2518; }

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

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

background-color css

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

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

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

border-color css

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

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

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