Html Css Color HEX #EE1700 Scarlet

📋 copy color: '#EE1700'

red 238 ◦ green 23 ◦ blue 0

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

Shades of Scarlet #EE1700

Tints of Scarlet #EE1700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.19%
G = 8.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE1700 (or 0xEE1700) is known color: Scarlet. HEX triplet: EE, 17 and 00. RGB value is (238,23,0). Sum of RGB (Red+Green+Blue) = 238+23+0=261 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.19% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1700 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1700 is #11E8FF. Grayscale: #545454. Windows color (decimal): -1173760 or 6126. OLE color: 6126.

HSL color Cylindrical-coordinate representation of color #EE1700: hue angle of 5.8º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE1700 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 23 0 -
CMYK 0 0.90 1 0.07
HSL 5.8º 1% 0.47% -
HSV(B) 5.8º 1% 0.93% -
XYZ 35.57 18.79 1.75 -
YUV 84.66 80.23 237.37 -
System Red Green Blue C M Y K H S L
Decimal 238 23 0 0 0.90 1 0.07 5.8 1 0.47
Hex EE 17 0 0 5A 64 7 6 64 2F
Octal 356 27 0 0 132 144 7 6 144 57
Binary 11101110 10111 0 0 1011010 1100100 111 110 1100100 101111

Color Harmonies of #EE1700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1700

Black with #EE1700

Text Example


Text Example

White with #EE1700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1700; }

 p { color: rgb(238,23,0); }

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

background-color css

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

 a { background-color: rgb(238,23,0); }

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

border-color css

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

 span { border-color: rgb(238,23,0); }

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