Html Css Color HEX #EE2A09 Scarlet

📋 copy color: '#EE2A09'

red 238 ◦ green 42 ◦ blue 9

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

Shades of Scarlet #EE2A09

Tints of Scarlet #EE2A09

RGB

 RED value IS 238 (93.36% from 255) = 82.35%

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

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

R = 82.35%
G = 14.53%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE2A09 (or 0xEE2A09) is known color: Scarlet. HEX triplet: EE, 2A and 09. RGB value is (238,42,9). Sum of RGB (Red+Green+Blue) = 238+42+9=289 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.35% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2A09 is #11D5F6. Grayscale: #616161. Windows color (decimal): -1168887 or 600814. OLE color: 600814.

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

Color convert

RGB 238 42 9 -
CMYK 0 0.82 0.96 0.07
HSL 8.65º 0.93% 0.48% -
HSV(B) 8.65º 0.96% 0.93% -
XYZ 36.14 19.85 2.19 -
YUV 96.84 78.43 228.68 -
System Red Green Blue C M Y K H S L
Decimal 238 42 9 0 0.82 0.96 0.07 8.65 0.93 0.48
Hex EE 2A 9 0 52 60 7 9 5D 30
Octal 356 52 11 0 122 140 7 11 135 60
Binary 11101110 101010 1001 0 1010010 1100000 111 1001 1011101 110000

Color Harmonies of #EE2A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2A09

Black with #EE2A09

Text Example


Text Example

White with #EE2A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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