Html Css Color HEX #EE1609 Scarlet

📋 copy color: '#EE1609'

red 238 ◦ green 22 ◦ blue 9

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

Shades of Scarlet #EE1609

Tints of Scarlet #EE1609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.18%

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

R = 88.48%
G = 8.18%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE1609 (or 0xEE1609) is known color: Scarlet. HEX triplet: EE, 16 and 09. RGB value is (238,22,9). Sum of RGB (Red+Green+Blue) = 238+22+9=269 (35% of max value = 765). Red value is 238 (93.36% from 255 or 88.48% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1609 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1609 is #11E9F6. Grayscale: #555555. Windows color (decimal): -1174007 or 595694. OLE color: 595694.

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

Color convert

RGB 238 22 9 -
CMYK 0 0.91 0.96 0.07
HSL 3.41º 0.93% 0.48% -
HSV(B) 3.41º 0.96% 0.93% -
XYZ 35.6 18.77 2.01 -
YUV 85.1 85.06 237.06 -
System Red Green Blue C M Y K H S L
Decimal 238 22 9 0 0.91 0.96 0.07 3.41 0.93 0.48
Hex EE 16 9 0 5B 60 7 3 5D 30
Octal 356 26 11 0 133 140 7 3 135 60
Binary 11101110 10110 1001 0 1011011 1100000 111 11 1011101 110000

Color Harmonies of #EE1609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1609

Black with #EE1609

Text Example


Text Example

White with #EE1609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1609; }

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

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

background-color css

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

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

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

border-color css

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

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

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