Html Css Color HEX #EE2309 Scarlet

📋 copy color: '#EE2309'

red 238 ◦ green 35 ◦ blue 9

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

Shades of Scarlet #EE2309

Tints of Scarlet #EE2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.41%

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

R = 84.4%
G = 12.41%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE2309 (or 0xEE2309) is known color: Scarlet. HEX triplet: EE, 23 and 09. RGB value is (238,35,9). Sum of RGB (Red+Green+Blue) = 238+35+9=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2309 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2309 is #11DCF6. Grayscale: #5D5D5D. Windows color (decimal): -1170679 or 599022. OLE color: 599022.

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

Color convert

RGB 238 35 9 -
CMYK 0 0.85 0.96 0.07
HSL 6.81º 0.93% 0.48% -
HSV(B) 6.81º 0.96% 0.93% -
XYZ 35.91 19.4 2.11 -
YUV 92.73 80.75 231.61 -
System Red Green Blue C M Y K H S L
Decimal 238 35 9 0 0.85 0.96 0.07 6.81 0.93 0.48
Hex EE 23 9 0 55 60 7 7 5D 30
Octal 356 43 11 0 125 140 7 7 135 60
Binary 11101110 100011 1001 0 1010101 1100000 111 111 1011101 110000

Color Harmonies of #EE2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2309

Black with #EE2309

Text Example


Text Example

White with #EE2309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2309; }

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

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

background-color css

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

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

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

border-color css

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

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

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