Html Css Color HEX #EE2906 Scarlet

📋 copy color: '#EE2906'

red 238 ◦ green 41 ◦ blue 6

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

Shades of Scarlet #EE2906

Tints of Scarlet #EE2906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

 BLUE value IS 6 (2.73% from 255) = 2.11%

R = 83.51%
G = 14.39%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE2906 (or 0xEE2906) is known color: Scarlet. HEX triplet: EE, 29 and 06. RGB value is (238,41,6). Sum of RGB (Red+Green+Blue) = 238+41+6=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2906 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2906 is #11D6F9. Grayscale: #606060. Windows color (decimal): -1169146 or 403950. OLE color: 403950.

HSL color Cylindrical-coordinate representation of color #EE2906: hue angle of 9.05º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE2906 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 41 6 -
CMYK 0 0.83 0.97 0.07
HSL 9.05º 0.95% 0.48% -
HSV(B) 9.05º 0.97% 0.93% -
XYZ 36.09 19.78 2.09 -
YUV 95.91 77.27 229.35 -
System Red Green Blue C M Y K H S L
Decimal 238 41 6 0 0.83 0.97 0.07 9.05 0.95 0.48
Hex EE 29 6 0 53 61 7 9 5F 30
Octal 356 51 6 0 123 141 7 11 137 60
Binary 11101110 101001 110 0 1010011 1100001 111 1001 1011111 110000

Color Harmonies of #EE2906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2906

Black with #EE2906

Text Example


Text Example

White with #EE2906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2906; }

 p { color: rgb(238,41,6); }

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

background-color css

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

 a { background-color: rgb(238,41,6); }

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

border-color css

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

 span { border-color: rgb(238,41,6); }

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