Html Css Color HEX #EE1000 Red

📋 copy color: '#EE1000'

red 238 ◦ green 16 ◦ blue 0

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

Shades of Red #EE1000

Tints of Red #EE1000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.3%

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

R = 93.7%
G = 6.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EE1000 (or 0xEE1000) is known color: Red. HEX triplet: EE, 10 and 00. RGB value is (238,16,0). Sum of RGB (Red+Green+Blue) = 238+16+0=254 (33% of max value = 765). Red value is 238 (93.36% from 255 or 93.70% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1000 is #11EFFF. Grayscale: #505050. Windows color (decimal): -1175552 or 4334. OLE color: 4334.

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

Color convert

RGB 238 16 0 -
CMYK 0 0.93 1 0.07
HSL 4.03º 1% 0.47% -
HSV(B) 4.03º 1% 0.93% -
XYZ 35.45 18.55 1.71 -
YUV 80.55 82.55 240.3 -
System Red Green Blue C M Y K H S L
Decimal 238 16 0 0 0.93 1 0.07 4.03 1 0.47
Hex EE 10 0 0 5D 64 7 4 64 2F
Octal 356 20 0 0 135 144 7 4 144 57
Binary 11101110 10000 0 0 1011101 1100100 111 100 1100100 101111

Color Harmonies of #EE1000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1000

Black with #EE1000

Text Example


Text Example

White with #EE1000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1000; }

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

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

background-color css

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

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

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

border-color css

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

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

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