Html Css Color HEX #EA2718 Scarlet

📋 copy color: '#EA2718'

red 234 ◦ green 39 ◦ blue 24

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

Shades of Scarlet #EA2718

Tints of Scarlet #EA2718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 78.79%
G = 13.13%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA2718 (or 0xEA2718) is known color: Scarlet. HEX triplet: EA, 27 and 18. RGB value is (234,39,24). Sum of RGB (Red+Green+Blue) = 234+39+24=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2718 is #15D8E7. Grayscale: #5F5F5F. Windows color (decimal): -1431784 or 1583082. OLE color: 1583082.

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

Color convert

RGB 234 39 24 -
CMYK 0 0.83 0.90 0.08
HSL 4.29º 0.83% 0.51% -
HSV(B) 4.29º 0.9% 0.92% -
XYZ 34.82 19.01 2.7 -
YUV 95.6 87.6 226.72 -
System Red Green Blue C M Y K H S L
Decimal 234 39 24 0 0.83 0.90 0.08 4.29 0.83 0.51
Hex EA 27 18 0 53 5A 8 4 53 33
Octal 352 47 30 0 123 132 10 4 123 63
Binary 11101010 100111 11000 0 1010011 1011010 1000 100 1010011 110011

Color Harmonies of #EA2718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2718

Black with #EA2718

Text Example


Text Example

White with #EA2718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2718; }

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

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

background-color css

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

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

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

border-color css

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

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

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