Html Css Color HEX #E00910 Venetian Red

📋 copy color: '#E00910'

red 224 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #E00910

Tints of Venetian Red #E00910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.43%

R = 89.96%
G = 3.61%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E00910 (or 0xE00910) is known color: Venetian Red. HEX triplet: E0, 09 and 10. RGB value is (224,9,16). Sum of RGB (Red+Green+Blue) = 224+9+16=249 (32% of max value = 765). Red value is 224 (87.89% from 255 or 89.96% from 249); Green value is 9 (3.91% from 255 or 3.61% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 224 - color contains mainly: red. Hex color #E00910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00910 is #1FF6EF. Grayscale: #4A4A4A. Windows color (decimal): -2094832 or 1051104. OLE color: 1051104.

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

Color convert

RGB 224 9 16 -
CMYK 0 0.96 0.93 0.12
HSL 358.05º 0.92% 0.46% -
HSV(B) 358.05º 0.96% 0.88% -
XYZ 30.93 16.08 1.96 -
YUV 74.08 95.23 234.93 -
System Red Green Blue C M Y K H S L
Decimal 224 9 16 0 0.96 0.93 0.12 358.05 0.92 0.46
Hex E0 9 10 0 60 5D C 166 5C 2E
Octal 340 11 20 0 140 135 14 546 134 56
Binary 11100000 1001 10000 0 1100000 1011101 1100 101100110 1011100 101110

Color Harmonies of #E00910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00910

Black with #E00910

Text Example


Text Example

White with #E00910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00910; }

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

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

background-color css

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

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

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

border-color css

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

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

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