Html Css Color HEX #EA2809 Scarlet

📋 copy color: '#EA2809'

red 234 ◦ green 40 ◦ blue 9

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

Shades of Scarlet #EA2809

Tints of Scarlet #EA2809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.18%

R = 82.69%
G = 14.13%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA2809 (or 0xEA2809) is known color: Scarlet. HEX triplet: EA, 28 and 09. RGB value is (234,40,9). Sum of RGB (Red+Green+Blue) = 234+40+9=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2809 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2809 is #15D7F6. Grayscale: #5E5E5E. Windows color (decimal): -1431543 or 600298. OLE color: 600298.

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

Color convert

RGB 234 40 9 -
CMYK 0 0.83 0.96 0.08
HSL 8.27º 0.93% 0.48% -
HSV(B) 8.27º 0.96% 0.92% -
XYZ 34.74 19.03 2.1 -
YUV 94.47 79.77 227.52 -
System Red Green Blue C M Y K H S L
Decimal 234 40 9 0 0.83 0.96 0.08 8.27 0.93 0.48
Hex EA 28 9 0 53 60 8 8 5D 30
Octal 352 50 11 0 123 140 10 10 135 60
Binary 11101010 101000 1001 0 1010011 1100000 1000 1000 1011101 110000

Color Harmonies of #EA2809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2809

Black with #EA2809

Text Example


Text Example

White with #EA2809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2809; }

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

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

background-color css

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

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

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

border-color css

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

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

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