Html Css Color HEX #EA2909 Scarlet

📋 copy color: '#EA2909'

red 234 ◦ green 41 ◦ blue 9

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

Shades of Scarlet #EA2909

Tints of Scarlet #EA2909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

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

R = 82.39%
G = 14.44%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA2909 (or 0xEA2909) is known color: Scarlet. HEX triplet: EA, 29 and 09. RGB value is (234,41,9). Sum of RGB (Red+Green+Blue) = 234+41+9=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2909 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2909 is #15D6F6. Grayscale: #5F5F5F. Windows color (decimal): -1431287 or 600554. OLE color: 600554.

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

Color convert

RGB 234 41 9 -
CMYK 0 0.82 0.96 0.08
HSL 8.53º 0.93% 0.48% -
HSV(B) 8.53º 0.96% 0.92% -
XYZ 34.77 19.1 2.11 -
YUV 95.06 79.44 227.1 -
System Red Green Blue C M Y K H S L
Decimal 234 41 9 0 0.82 0.96 0.08 8.53 0.93 0.48
Hex EA 29 9 0 52 60 8 9 5D 30
Octal 352 51 11 0 122 140 10 11 135 60
Binary 11101010 101001 1001 0 1010010 1100000 1000 1001 1011101 110000

Color Harmonies of #EA2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2909

Black with #EA2909

Text Example


Text Example

White with #EA2909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2909; }

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

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

background-color css

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

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

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

border-color css

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

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

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