Html Css Color HEX #EE0209 Venetian Red

📋 copy color: '#EE0209'

red 238 ◦ green 2 ◦ blue 9

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

Shades of Venetian Red #EE0209

Tints of Venetian Red #EE0209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 95.58%
G = 0.8%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EE0209 (or 0xEE0209) is known color: Venetian Red. HEX triplet: EE, 02 and 09. RGB value is (238,2,9). Sum of RGB (Red+Green+Blue) = 238+2+9=249 (32% of max value = 765). Red value is 238 (93.36% from 255 or 95.58% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0209 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0209 is #11FDF6. Grayscale: #494949. Windows color (decimal): -1179127 or 590574. OLE color: 590574.

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

Color convert

RGB 238 2 9 -
CMYK 0 0.99 0.96 0.07
HSL 358.22º 0.98% 0.47% -
HSV(B) 358.22º 0.99% 0.93% -
XYZ 35.33 18.24 1.92 -
YUV 73.36 91.69 245.43 -
System Red Green Blue C M Y K H S L
Decimal 238 2 9 0 0.99 0.96 0.07 358.22 0.98 0.47
Hex EE 2 9 0 63 60 7 166 62 2F
Octal 356 2 11 0 143 140 7 546 142 57
Binary 11101110 10 1001 0 1100011 1100000 111 101100110 1100010 101111

Color Harmonies of #EE0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0209

Black with #EE0209

Text Example


Text Example

White with #EE0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0209; }

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

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

background-color css

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

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

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

border-color css

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

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

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