Html Css Color HEX #EA2819 Scarlet

📋 copy color: '#EA2819'

red 234 ◦ green 40 ◦ blue 25

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

Shades of Scarlet #EA2819

Tints of Scarlet #EA2819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

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

R = 78.26%
G = 13.38%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA2819 (or 0xEA2819) is known color: Scarlet. HEX triplet: EA, 28 and 19. RGB value is (234,40,25). Sum of RGB (Red+Green+Blue) = 234+40+25=299 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.26% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2819 is #15D7E6. Grayscale: #606060. Windows color (decimal): -1431527 or 1648874. OLE color: 1648874.

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

Color convert

RGB 234 40 25 -
CMYK 0 0.83 0.89 0.08
HSL 4.31º 0.83% 0.51% -
HSV(B) 4.31º 0.89% 0.92% -
XYZ 34.87 19.08 2.76 -
YUV 96.3 87.77 226.22 -
System Red Green Blue C M Y K H S L
Decimal 234 40 25 0 0.83 0.89 0.08 4.31 0.83 0.51
Hex EA 28 19 0 53 59 8 4 53 33
Octal 352 50 31 0 123 131 10 4 123 63
Binary 11101010 101000 11001 0 1010011 1011001 1000 100 1010011 110011

Color Harmonies of #EA2819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2819

Black with #EA2819

Text Example


Text Example

White with #EA2819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2819; }

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

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

background-color css

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

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

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

border-color css

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

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

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