Html Css Color HEX #EE1400 Scarlet

📋 copy color: '#EE1400'

red 238 ◦ green 20 ◦ blue 0

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

Shades of Scarlet #EE1400

Tints of Scarlet #EE1400

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

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

R = 92.25%
G = 7.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE1400 (or 0xEE1400) is known color: Scarlet. HEX triplet: EE, 14 and 00. RGB value is (238,20,0). Sum of RGB (Red+Green+Blue) = 238+20+0=258 (34% of max value = 765). Red value is 238 (93.36% from 255 or 92.25% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1400 is #11EBFF. Grayscale: #535353. Windows color (decimal): -1174528 or 5358. OLE color: 5358.

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

Color convert

RGB 238 20 0 -
CMYK 0 0.92 1 0.07
HSL 5.04º 1% 0.47% -
HSV(B) 5.04º 1% 0.93% -
XYZ 35.51 18.68 1.73 -
YUV 82.9 81.22 238.63 -
System Red Green Blue C M Y K H S L
Decimal 238 20 0 0 0.92 1 0.07 5.04 1 0.47
Hex EE 14 0 0 5C 64 7 5 64 2F
Octal 356 24 0 0 134 144 7 5 144 57
Binary 11101110 10100 0 0 1011100 1100100 111 101 1100100 101111

Color Harmonies of #EE1400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1400

Black with #EE1400

Text Example


Text Example

White with #EE1400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1400; }

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

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

background-color css

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

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

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

border-color css

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

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

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