Html Css Color HEX #E10009 Venetian Red

📋 copy color: '#E10009'

red 225 ◦ green 0 ◦ blue 9

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

Shades of Venetian Red #E10009

Tints of Venetian Red #E10009

RGB

 RED value IS 225 (88.28% from 255) = 96.15%

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

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

R = 96.15%
G = 0%
B = 3.85%

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

#E10009 (or 0xE10009) is known color: Venetian Red. HEX triplet: E1, 00 and 09. RGB value is (225,0,9). Sum of RGB (Red+Green+Blue) = 225+0+9=234 (30% of max value = 765). Red value is 225 (88.28% from 255 or 96.15% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 225 - color contains mainly: red. Hex color #E10009 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10009 is #1EFFF6. Grayscale: #444444. Windows color (decimal): -2031607 or 590049. OLE color: 590049.

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

Color convert

RGB 225 0 9 -
CMYK 0 1 0.96 0.12
HSL 357.6º 1% 0.44% -
HSV(B) 357.6º 1% 0.88% -
XYZ 31.1 16.03 1.71 -
YUV 68.3 94.54 239.77 -
System Red Green Blue C M Y K H S L
Decimal 225 0 9 0 1 0.96 0.12 357.6 1 0.44
Hex E1 0 9 0 64 60 C 166 64 2C
Octal 341 0 11 0 144 140 14 546 144 54
Binary 11100001 0 1001 0 1100100 1100000 1100 101100110 1100100 101100

Color Harmonies of #E10009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10009

Black with #E10009

Text Example


Text Example

White with #E10009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10009; }

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

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

background-color css

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

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

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

border-color css

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

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

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