Html Css Color HEX #EE2D09 Scarlet

📋 copy color: '#EE2D09'

red 238 ◦ green 45 ◦ blue 9

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

Shades of Scarlet #EE2D09

Tints of Scarlet #EE2D09

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

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

R = 81.51%
G = 15.41%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE2D09 (or 0xEE2D09) is known color: Scarlet. HEX triplet: EE, 2D and 09. RGB value is (238,45,9). Sum of RGB (Red+Green+Blue) = 238+45+9=292 (38% of max value = 765). Red value is 238 (93.36% from 255 or 81.51% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 9 (3.91% from 255 or 3.08% from 292); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2D09 is #11D2F6. Grayscale: #626262. Windows color (decimal): -1168119 or 601582. OLE color: 601582.

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

Color convert

RGB 238 45 9 -
CMYK 0 0.81 0.96 0.07
HSL 9.43º 0.93% 0.48% -
HSV(B) 9.43º 0.96% 0.93% -
XYZ 36.25 20.07 2.22 -
YUV 98.6 77.44 227.43 -
System Red Green Blue C M Y K H S L
Decimal 238 45 9 0 0.81 0.96 0.07 9.43 0.93 0.48
Hex EE 2D 9 0 51 60 7 9 5D 30
Octal 356 55 11 0 121 140 7 11 135 60
Binary 11101110 101101 1001 0 1010001 1100000 111 1001 1011101 110000

Color Harmonies of #EE2D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2D09

Black with #EE2D09

Text Example


Text Example

White with #EE2D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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