Html Css Color HEX #EE0805 Red

📋 copy color: '#EE0805'

red 238 ◦ green 8 ◦ blue 5

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

Shades of Red #EE0805

Tints of Red #EE0805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.19%

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

R = 94.82%
G = 3.19%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE0805 (or 0xEE0805) is known color: Red. HEX triplet: EE, 08 and 05. RGB value is (238,8,5). Sum of RGB (Red+Green+Blue) = 238+8+5=251 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.82% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0805 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0805 is #11F7FA. Grayscale: #4C4C4C. Windows color (decimal): -1177595 or 329966. OLE color: 329966.

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

Color convert

RGB 238 8 5 -
CMYK 0 0.97 0.98 0.07
HSL 0.77º 0.96% 0.48% -
HSV(B) 0.77º 0.98% 0.93% -
XYZ 35.37 18.36 1.82 -
YUV 76.43 87.7 243.24 -
System Red Green Blue C M Y K H S L
Decimal 238 8 5 0 0.97 0.98 0.07 0.77 0.96 0.48
Hex EE 8 5 0 61 62 7 1 60 30
Octal 356 10 5 0 141 142 7 1 140 60
Binary 11101110 1000 101 0 1100001 1100010 111 1 1100000 110000

Color Harmonies of #EE0805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0805

Black with #EE0805

Text Example


Text Example

White with #EE0805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0805; }

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

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

background-color css

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

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

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

border-color css

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

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

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