Html Css Color HEX #EE0409 Venetian Red

📋 copy color: '#EE0409'

red 238 ◦ green 4 ◦ blue 9

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

Shades of Venetian Red #EE0409

Tints of Venetian Red #EE0409

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 238 4 9 -
CMYK 0 0.98 0.96 0.07
HSL 358.72º 0.97% 0.47% -
HSV(B) 358.72º 0.98% 0.93% -
XYZ 35.35 18.28 1.92 -
YUV 74.54 91.02 244.59 -
System Red Green Blue C M Y K H S L
Decimal 238 4 9 0 0.98 0.96 0.07 358.72 0.97 0.47
Hex EE 4 9 0 62 60 7 167 61 2F
Octal 356 4 11 0 142 140 7 547 141 57
Binary 11101110 100 1001 0 1100010 1100000 111 101100111 1100001 101111

Color Harmonies of #EE0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0409

Black with #EE0409

Text Example


Text Example

White with #EE0409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0409; }

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

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

background-color css

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

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

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

border-color css

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

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

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