Html Css Color HEX #EE0801 Red

📋 copy color: '#EE0801'

red 238 ◦ green 8 ◦ blue 1

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

Shades of Red #EE0801

Tints of Red #EE0801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 96.36%
G = 3.24%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EE0801 (or 0xEE0801) is known color: Red. HEX triplet: EE, 08 and 01. RGB value is (238,8,1). Sum of RGB (Red+Green+Blue) = 238+8+1=247 (32% of max value = 765). Red value is 238 (93.36% from 255 or 96.36% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0801 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0801 is #11F7FE. Grayscale: #4C4C4C. Windows color (decimal): -1177599 or 67822. OLE color: 67822.

HSL color Cylindrical-coordinate representation of color #EE0801: hue angle of 1.77º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE0801 is Cyan = 0, Magento = 0.97, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 8 1 -
CMYK 0 0.97 1.00 0.07
HSL 1.77º 0.99% 0.47% -
HSV(B) 1.77º 1% 0.93% -
XYZ 35.35 18.35 1.71 -
YUV 75.97 85.7 243.57 -
System Red Green Blue C M Y K H S L
Decimal 238 8 1 0 0.97 1.00 0.07 1.77 0.99 0.47
Hex EE 8 1 0 61 64 7 2 63 2F
Octal 356 10 1 0 141 144 7 2 143 57
Binary 11101110 1000 1 0 1100001 1100100 111 10 1100011 101111

Color Harmonies of #EE0801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0801

Black with #EE0801

Text Example


Text Example

White with #EE0801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0801; }

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

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

background-color css

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

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

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

border-color css

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

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

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