Html Css Color HEX #EE1005 Red

📋 copy color: '#EE1005'

red 238 ◦ green 16 ◦ blue 5

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

Shades of Red #EE1005

Tints of Red #EE1005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 91.89%
G = 6.18%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE1005 (or 0xEE1005) is known color: Red. HEX triplet: EE, 10 and 05. RGB value is (238,16,5). Sum of RGB (Red+Green+Blue) = 238+16+5=259 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.89% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1005 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1005 is #11EFFA. Grayscale: #515151. Windows color (decimal): -1175547 or 332014. OLE color: 332014.

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

Color convert

RGB 238 16 5 -
CMYK 0 0.93 0.98 0.07
HSL 2.83º 0.96% 0.48% -
HSV(B) 2.83º 0.98% 0.93% -
XYZ 35.47 18.56 1.86 -
YUV 81.12 85.05 239.89 -
System Red Green Blue C M Y K H S L
Decimal 238 16 5 0 0.93 0.98 0.07 2.83 0.96 0.48
Hex EE 10 5 0 5D 62 7 3 60 30
Octal 356 20 5 0 135 142 7 3 140 60
Binary 11101110 10000 101 0 1011101 1100010 111 11 1100000 110000

Color Harmonies of #EE1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1005

Black with #EE1005

Text Example


Text Example

White with #EE1005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1005; }

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

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

background-color css

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

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

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

border-color css

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

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

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