Html Css Color HEX #E00916 Venetian Red

📋 copy color: '#E00916'

red 224 ◦ green 9 ◦ blue 22

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

Shades of Venetian Red #E00916

Tints of Venetian Red #E00916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 87.84%
G = 3.53%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E00916 (or 0xE00916) is known color: Venetian Red. HEX triplet: E0, 09 and 16. RGB value is (224,9,22). Sum of RGB (Red+Green+Blue) = 224+9+22=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E00916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00916 is #1FF6E9. Grayscale: #4A4A4A. Windows color (decimal): -2094826 or 1444320. OLE color: 1444320.

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

Color convert

RGB 224 9 22 -
CMYK 0 0.96 0.90 0.12
HSL 356.37º 0.92% 0.46% -
HSV(B) 356.37º 0.96% 0.88% -
XYZ 30.98 16.1 2.23 -
YUV 74.77 98.23 234.44 -
System Red Green Blue C M Y K H S L
Decimal 224 9 22 0 0.96 0.90 0.12 356.37 0.92 0.46
Hex E0 9 16 0 60 5A C 164 5C 2E
Octal 340 11 26 0 140 132 14 544 134 56
Binary 11100000 1001 10110 0 1100000 1011010 1100 101100100 1011100 101110

Color Harmonies of #E00916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00916

Black with #E00916

Text Example


Text Example

White with #E00916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00916; }

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

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

background-color css

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

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

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

border-color css

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

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

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