Html Css Color HEX #EA2D18 Scarlet

📋 copy color: '#EA2D18'

red 234 ◦ green 45 ◦ blue 24

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

Shades of Scarlet #EA2D18

Tints of Scarlet #EA2D18

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

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

R = 77.23%
G = 14.85%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA2D18 (or 0xEA2D18) is known color: Scarlet. HEX triplet: EA, 2D and 18. RGB value is (234,45,24). Sum of RGB (Red+Green+Blue) = 234+45+24=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D18 is #15D2E7. Grayscale: #636363. Windows color (decimal): -1430248 or 1584618. OLE color: 1584618.

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

Color convert

RGB 234 45 24 -
CMYK 0 0.81 0.90 0.08
HSL 0.83% 0.51% -
HSV(B) 0.9% 0.92% -
XYZ 35.03 19.44 2.77 -
YUV 99.12 85.62 224.21 -
System Red Green Blue C M Y K H S L
Decimal 234 45 24 0 0.81 0.90 0.08 6 0.83 0.51
Hex EA 2D 18 0 51 5A 8 6 53 33
Octal 352 55 30 0 121 132 10 6 123 63
Binary 11101010 101101 11000 0 1010001 1011010 1000 110 1010011 110011

Color Harmonies of #EA2D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D18

Black with #EA2D18

Text Example


Text Example

White with #EA2D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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