Html Css Color HEX #EE0909 Red

📋 copy color: '#EE0909'

red 238 ◦ green 9 ◦ blue 9

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

Shades of Red #EE0909

Tints of Red #EE0909

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.52%

R = 92.97%
G = 3.52%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE0909 (or 0xEE0909) is known color: Red. HEX triplet: EE, 09 and 09. RGB value is (238,9,9). Sum of RGB (Red+Green+Blue) = 238+9+9=256 (33% of max value = 765). Red value is 238 (93.36% from 255 or 92.97% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0909 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0909 is #11F6F6. Grayscale: #4D4D4D. Windows color (decimal): -1177335 or 592366. OLE color: 592366.

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

Color convert

RGB 238 9 9 -
CMYK 0 0.96 0.96 0.07
HSL 0.93% 0.48% -
HSV(B) 0.96% 0.93% -
XYZ 35.41 18.39 1.94 -
YUV 77.47 89.37 242.5 -
System Red Green Blue C M Y K H S L
Decimal 238 9 9 0 0.96 0.96 0.07 0 0.93 0.48
Hex EE 9 9 0 60 60 7 0 5D 30
Octal 356 11 11 0 140 140 7 0 135 60
Binary 11101110 1001 1001 0 1100000 1100000 111 0 1011101 110000

Color Harmonies of #EE0909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0909

Black with #EE0909

Text Example


Text Example

White with #EE0909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0909; }

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

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

background-color css

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

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

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

border-color css

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

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

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