Html Css Color HEX #EA2A09 Scarlet

📋 copy color: '#EA2A09'

red 234 ◦ green 42 ◦ blue 9

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

Shades of Scarlet #EA2A09

Tints of Scarlet #EA2A09

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.74%

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

R = 82.11%
G = 14.74%
B = 3.16%

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

#EA2A09 (or 0xEA2A09) is known color: Scarlet. HEX triplet: EA, 2A and 09. RGB value is (234,42,9). Sum of RGB (Red+Green+Blue) = 234+42+9=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2A09 is #15D5F6. Grayscale: #5F5F5F. Windows color (decimal): -1431031 or 600810. OLE color: 600810.

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

Color convert

RGB 234 42 9 -
CMYK 0 0.82 0.96 0.08
HSL 8.8º 0.93% 0.48% -
HSV(B) 8.8º 0.96% 0.92% -
XYZ 34.81 19.17 2.12 -
YUV 95.65 79.11 226.68 -
System Red Green Blue C M Y K H S L
Decimal 234 42 9 0 0.82 0.96 0.08 8.8 0.93 0.48
Hex EA 2A 9 0 52 60 8 9 5D 30
Octal 352 52 11 0 122 140 10 11 135 60
Binary 11101010 101010 1001 0 1010010 1100000 1000 1001 1011101 110000

Color Harmonies of #EA2A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2A09

Black with #EA2A09

Text Example


Text Example

White with #EA2A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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