Html Css Color HEX #EE1606 Scarlet

📋 copy color: '#EE1606'

red 238 ◦ green 22 ◦ blue 6

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

Shades of Scarlet #EE1606

Tints of Scarlet #EE1606

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.27%

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

R = 89.47%
G = 8.27%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE1606 (or 0xEE1606) is known color: Scarlet. HEX triplet: EE, 16 and 06. RGB value is (238,22,6). Sum of RGB (Red+Green+Blue) = 238+22+6=266 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.47% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 6 (2.73% from 255 or 2.26% from 266); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1606 is #11E9F9. Grayscale: #555555. Windows color (decimal): -1174010 or 399086. OLE color: 399086.

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

Color convert

RGB 238 22 6 -
CMYK 0 0.91 0.97 0.07
HSL 4.14º 0.95% 0.48% -
HSV(B) 4.14º 0.97% 0.93% -
XYZ 35.58 18.76 1.92 -
YUV 84.76 83.56 237.3 -
System Red Green Blue C M Y K H S L
Decimal 238 22 6 0 0.91 0.97 0.07 4.14 0.95 0.48
Hex EE 16 6 0 5B 61 7 4 5F 30
Octal 356 26 6 0 133 141 7 4 137 60
Binary 11101110 10110 110 0 1011011 1100001 111 100 1011111 110000

Color Harmonies of #EE1606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1606

Black with #EE1606

Text Example


Text Example

White with #EE1606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1606; }

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

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

background-color css

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

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

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

border-color css

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

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

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