Html Css Color HEX #EE0404 Red

📋 copy color: '#EE0404'

red 238 ◦ green 4 ◦ blue 4

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

Shades of Red #EE0404

Tints of Red #EE0404

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 96.75%
G = 1.63%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE0404 (or 0xEE0404) is known color: Red. HEX triplet: EE, 04 and 04. RGB value is (238,4,4). Sum of RGB (Red+Green+Blue) = 238+4+4=246 (32% of max value = 765). Red value is 238 (93.36% from 255 or 96.75% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0404 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0404 is #11FBFB. Grayscale: #4A4A4A. Windows color (decimal): -1178620 or 263406. OLE color: 263406.

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

Color convert

RGB 238 4 4 -
CMYK 0 0.98 0.98 0.07
HSL 0.97% 0.47% -
HSV(B) 0.98% 0.93% -
XYZ 35.33 18.27 1.78 -
YUV 73.97 88.52 245 -
System Red Green Blue C M Y K H S L
Decimal 238 4 4 0 0.98 0.98 0.07 0 0.97 0.47
Hex EE 4 4 0 62 62 7 0 61 2F
Octal 356 4 4 0 142 142 7 0 141 57
Binary 11101110 100 100 0 1100010 1100010 111 0 1100001 101111

Color Harmonies of #EE0404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0404

Black with #EE0404

Text Example


Text Example

White with #EE0404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0404; }

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

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

background-color css

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

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

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

border-color css

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

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

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