Html Css Color HEX #EE0804 Red

📋 copy color: '#EE0804'

red 238 ◦ green 8 ◦ blue 4

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

Shades of Red #EE0804

Tints of Red #EE0804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 95.2%
G = 3.2%
B = 1.6%

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

#EE0804 (or 0xEE0804) is known color: Red. HEX triplet: EE, 08 and 04. RGB value is (238,8,4). Sum of RGB (Red+Green+Blue) = 238+8+4=250 (33% of max value = 765). Red value is 238 (93.36% from 255 or 95.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0804 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0804 is #11F7FB. Grayscale: #4C4C4C. Windows color (decimal): -1177596 or 264430. OLE color: 264430.

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

Color convert

RGB 238 8 4 -
CMYK 0 0.97 0.98 0.07
HSL 1.03º 0.97% 0.47% -
HSV(B) 1.03º 0.98% 0.93% -
XYZ 35.37 18.36 1.79 -
YUV 76.31 87.2 243.33 -
System Red Green Blue C M Y K H S L
Decimal 238 8 4 0 0.97 0.98 0.07 1.03 0.97 0.47
Hex EE 8 4 0 61 62 7 1 61 2F
Octal 356 10 4 0 141 142 7 1 141 57
Binary 11101110 1000 100 0 1100001 1100010 111 1 1100001 101111

Color Harmonies of #EE0804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0804

Black with #EE0804

Text Example


Text Example

White with #EE0804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0804; }

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

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

background-color css

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

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

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

border-color css

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

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

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