Html Css Color HEX #EE1A09 Scarlet

📋 copy color: '#EE1A09'

red 238 ◦ green 26 ◦ blue 9

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

Shades of Scarlet #EE1A09

Tints of Scarlet #EE1A09

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.52%

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

R = 87.18%
G = 9.52%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE1A09 (or 0xEE1A09) is known color: Scarlet. HEX triplet: EE, 1A and 09. RGB value is (238,26,9). Sum of RGB (Red+Green+Blue) = 238+26+9=273 (36% of max value = 765). Red value is 238 (93.36% from 255 or 87.18% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1A09 is #11E5F6. Grayscale: #575757. Windows color (decimal): -1172983 or 596718. OLE color: 596718.

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

Color convert

RGB 238 26 9 -
CMYK 0 0.89 0.96 0.07
HSL 4.45º 0.93% 0.48% -
HSV(B) 4.45º 0.96% 0.93% -
XYZ 35.68 18.94 2.03 -
YUV 87.45 83.74 235.38 -
System Red Green Blue C M Y K H S L
Decimal 238 26 9 0 0.89 0.96 0.07 4.45 0.93 0.48
Hex EE 1A 9 0 59 60 7 4 5D 30
Octal 356 32 11 0 131 140 7 4 135 60
Binary 11101110 11010 1001 0 1011001 1100000 111 100 1011101 110000

Color Harmonies of #EE1A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1A09

Black with #EE1A09

Text Example


Text Example

White with #EE1A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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