Html Css Color HEX #EA2B19 Scarlet

📋 copy color: '#EA2B19'

red 234 ◦ green 43 ◦ blue 25

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

Shades of Scarlet #EA2B19

Tints of Scarlet #EA2B19

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.24%

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

R = 77.48%
G = 14.24%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EA2B19 (or 0xEA2B19) is known color: Scarlet. HEX triplet: EA, 2B and 19. RGB value is (234,43,25). Sum of RGB (Red+Green+Blue) = 234+43+25=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2B19 is #15D4E6. Grayscale: #626262. Windows color (decimal): -1430759 or 1649642. OLE color: 1649642.

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

Color convert

RGB 234 43 25 -
CMYK 0 0.82 0.89 0.08
HSL 5.17º 0.83% 0.51% -
HSV(B) 5.17º 0.89% 0.92% -
XYZ 34.97 19.29 2.8 -
YUV 98.06 86.78 224.96 -
System Red Green Blue C M Y K H S L
Decimal 234 43 25 0 0.82 0.89 0.08 5.17 0.83 0.51
Hex EA 2B 19 0 52 59 8 5 53 33
Octal 352 53 31 0 122 131 10 5 123 63
Binary 11101010 101011 11001 0 1010010 1011001 1000 101 1010011 110011

Color Harmonies of #EA2B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B19

Black with #EA2B19

Text Example


Text Example

White with #EA2B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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