Html Css Color HEX #EE2B09 Scarlet

📋 copy color: '#EE2B09'

red 238 ◦ green 43 ◦ blue 9

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

Shades of Scarlet #EE2B09

Tints of Scarlet #EE2B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.83%

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

R = 82.07%
G = 14.83%
B = 3.1%

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

#EE2B09 (or 0xEE2B09) is known color: Scarlet. HEX triplet: EE, 2B and 09. RGB value is (238,43,9). Sum of RGB (Red+Green+Blue) = 238+43+9=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2B09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2B09 is #11D4F6. Grayscale: #616161. Windows color (decimal): -1168631 or 601070. OLE color: 601070.

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

Color convert

RGB 238 43 9 -
CMYK 0 0.82 0.96 0.07
HSL 8.91º 0.93% 0.48% -
HSV(B) 8.91º 0.96% 0.93% -
XYZ 36.17 19.92 2.2 -
YUV 97.43 78.1 228.26 -
System Red Green Blue C M Y K H S L
Decimal 238 43 9 0 0.82 0.96 0.07 8.91 0.93 0.48
Hex EE 2B 9 0 52 60 7 9 5D 30
Octal 356 53 11 0 122 140 7 11 135 60
Binary 11101110 101011 1001 0 1010010 1100000 111 1001 1011101 110000

Color Harmonies of #EE2B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2B09

Black with #EE2B09

Text Example


Text Example

White with #EE2B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2B09; }

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

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

background-color css

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

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

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

border-color css

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

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

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