Html Css Color HEX #EE1008 Red

📋 copy color: '#EE1008'

red 238 ◦ green 16 ◦ blue 8

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

Shades of Red #EE1008

Tints of Red #EE1008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.05%

R = 90.84%
G = 6.11%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE1008 (or 0xEE1008) is known color: Red. HEX triplet: EE, 10 and 08. RGB value is (238,16,8). Sum of RGB (Red+Green+Blue) = 238+16+8=262 (34% of max value = 765). Red value is 238 (93.36% from 255 or 90.84% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1008 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1008 is #11EFF7. Grayscale: #515151. Windows color (decimal): -1175544 or 528622. OLE color: 528622.

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

Color convert

RGB 238 16 8 -
CMYK 0 0.93 0.97 0.07
HSL 2.09º 0.93% 0.48% -
HSV(B) 2.09º 0.97% 0.93% -
XYZ 35.49 18.57 1.94 -
YUV 81.47 86.55 239.65 -
System Red Green Blue C M Y K H S L
Decimal 238 16 8 0 0.93 0.97 0.07 2.09 0.93 0.48
Hex EE 10 8 0 5D 61 7 2 5D 30
Octal 356 20 10 0 135 141 7 2 135 60
Binary 11101110 10000 1000 0 1011101 1100001 111 10 1011101 110000

Color Harmonies of #EE1008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1008

Black with #EE1008

Text Example


Text Example

White with #EE1008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1008; }

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

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

background-color css

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

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

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

border-color css

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

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

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