Html Css Color HEX #EE0E08 Red

📋 copy color: '#EE0E08'

red 238 ◦ green 14 ◦ blue 8

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

Shades of Red #EE0E08

Tints of Red #EE0E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.38%

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

R = 91.54%
G = 5.38%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EE0E08 (or 0xEE0E08) is known color: Red. HEX triplet: EE, 0E and 08. RGB value is (238,14,8). Sum of RGB (Red+Green+Blue) = 238+14+8=260 (34% of max value = 765). Red value is 238 (93.36% from 255 or 91.54% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0E08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0E08 is #11F1F7. Grayscale: #505050. Windows color (decimal): -1176056 or 528110. OLE color: 528110.

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

Color convert

RGB 238 14 8 -
CMYK 0 0.94 0.97 0.07
HSL 1.57º 0.93% 0.48% -
HSV(B) 1.57º 0.97% 0.93% -
XYZ 35.46 18.51 1.93 -
YUV 80.29 87.21 240.49 -
System Red Green Blue C M Y K H S L
Decimal 238 14 8 0 0.94 0.97 0.07 1.57 0.93 0.48
Hex EE E 8 0 5E 61 7 2 5D 30
Octal 356 16 10 0 136 141 7 2 135 60
Binary 11101110 1110 1000 0 1011110 1100001 111 10 1011101 110000

Color Harmonies of #EE0E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0E08

Black with #EE0E08

Text Example


Text Example

White with #EE0E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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