Html Css Color HEX #EE3009 Scarlet

📋 copy color: '#EE3009'

red 238 ◦ green 48 ◦ blue 9

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

Shades of Scarlet #EE3009

Tints of Scarlet #EE3009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

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

R = 80.68%
G = 16.27%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE3009 (or 0xEE3009) is known color: Scarlet. HEX triplet: EE, 30 and 09. RGB value is (238,48,9). Sum of RGB (Red+Green+Blue) = 238+48+9=295 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.68% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3009 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3009 is #11CFF6. Grayscale: #646464. Windows color (decimal): -1167351 or 602350. OLE color: 602350.

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

Color convert

RGB 238 48 9 -
CMYK 0 0.80 0.96 0.07
HSL 10.22º 0.93% 0.48% -
HSV(B) 10.22º 0.96% 0.93% -
XYZ 36.37 20.31 2.26 -
YUV 100.36 76.45 226.17 -
System Red Green Blue C M Y K H S L
Decimal 238 48 9 0 0.80 0.96 0.07 10.22 0.93 0.48
Hex EE 30 9 0 50 60 7 A 5D 30
Octal 356 60 11 0 120 140 7 12 135 60
Binary 11101110 110000 1001 0 1010000 1100000 111 1010 1011101 110000

Color Harmonies of #EE3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3009

Black with #EE3009

Text Example


Text Example

White with #EE3009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3009; }

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

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

background-color css

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

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

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

border-color css

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

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

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