Html Css Color HEX #EA2D19 Scarlet

📋 copy color: '#EA2D19'

red 234 ◦ green 45 ◦ blue 25

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

Shades of Scarlet #EA2D19

Tints of Scarlet #EA2D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.22%

R = 76.97%
G = 14.8%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA2D19 (or 0xEA2D19) is known color: Scarlet. HEX triplet: EA, 2D and 19. RGB value is (234,45,25). Sum of RGB (Red+Green+Blue) = 234+45+25=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2D19 is #15D2E6. Grayscale: #636363. Windows color (decimal): -1430247 or 1650154. OLE color: 1650154.

HSL color Cylindrical-coordinate representation of color #EA2D19: hue angle of 5.74º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA2D19 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 45 25 -
CMYK 0 0.81 0.89 0.08
HSL 5.74º 0.83% 0.51% -
HSV(B) 5.74º 0.89% 0.92% -
XYZ 35.05 19.44 2.82 -
YUV 99.23 86.12 224.13 -
System Red Green Blue C M Y K H S L
Decimal 234 45 25 0 0.81 0.89 0.08 5.74 0.83 0.51
Hex EA 2D 19 0 51 59 8 6 53 33
Octal 352 55 31 0 121 131 10 6 123 63
Binary 11101010 101101 11001 0 1010001 1011001 1000 110 1010011 110011

Color Harmonies of #EA2D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2D19

Black with #EA2D19

Text Example


Text Example

White with #EA2D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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