Html Css Color HEX #E00009 Venetian Red

📋 copy color: '#E00009'

red 224 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #E00009

Tints of Venetian Red #E00009

RGB

 RED value IS 224 (87.89% from 255) = 96.14%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 96.14%
G = 0%
B = 3.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E00009 (or 0xE00009) is known color: Venetian Red. HEX triplet: E0, 00 and 09. RGB value is (224,0,9). Sum of RGB (Red+Green+Blue) = 224+0+9=233 (30% of max value = 765). Red value is 224 (87.89% from 255 or 96.14% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 9 (3.91% from 255 or 3.86% from 233); Max value from RGB is 224 - color contains mainly: red. Hex color #E00009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00009 is #1FFFF6. Grayscale: #444444. Windows color (decimal): -2097143 or 590048. OLE color: 590048.

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

Color convert

RGB 224 0 9 -
CMYK 0 1 0.96 0.12
HSL 357.59º 1% 0.44% -
HSV(B) 357.59º 1% 0.88% -
XYZ 30.79 15.87 1.7 -
YUV 68 94.71 239.27 -
System Red Green Blue C M Y K H S L
Decimal 224 0 9 0 1 0.96 0.12 357.59 1 0.44
Hex E0 0 9 0 64 60 C 166 64 2C
Octal 340 0 11 0 144 140 14 546 144 54
Binary 11100000 0 1001 0 1100100 1100000 1100 101100110 1100100 101100

Color Harmonies of #E00009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00009

Black with #E00009

Text Example


Text Example

White with #E00009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00009; }

 p { color: rgb(224,0,9); }

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

background-color css

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

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

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

border-color css

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

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

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