Html Css Color HEX #EE0904 Red

📋 copy color: '#EE0904'

red 238 ◦ green 9 ◦ blue 4

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

Shades of Red #EE0904

Tints of Red #EE0904

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

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

R = 94.82%
G = 3.59%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EE0904 (or 0xEE0904) is known color: Red. HEX triplet: EE, 09 and 04. RGB value is (238,9,4). Sum of RGB (Red+Green+Blue) = 238+9+4=251 (33% of max value = 765). Red value is 238 (93.36% from 255 or 94.82% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0904 is #11F6FB. Grayscale: #4D4D4D. Windows color (decimal): -1177340 or 264686. OLE color: 264686.

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

Color convert

RGB 238 9 4 -
CMYK 0 0.96 0.98 0.07
HSL 1.28º 0.97% 0.47% -
HSV(B) 1.28º 0.98% 0.93% -
XYZ 35.38 18.38 1.8 -
YUV 76.9 86.87 242.91 -
System Red Green Blue C M Y K H S L
Decimal 238 9 4 0 0.96 0.98 0.07 1.28 0.97 0.47
Hex EE 9 4 0 60 62 7 1 61 2F
Octal 356 11 4 0 140 142 7 1 141 57
Binary 11101110 1001 100 0 1100000 1100010 111 1 1100001 101111

Color Harmonies of #EE0904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0904

Black with #EE0904

Text Example


Text Example

White with #EE0904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0904; }

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

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

background-color css

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

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

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

border-color css

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

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

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