Html Css Color HEX #E00913 Venetian Red

📋 copy color: '#E00913'

red 224 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #E00913

Tints of Venetian Red #E00913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 88.89%
G = 3.57%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00913 (or 0xE00913) is known color: Venetian Red. HEX triplet: E0, 09 and 13. RGB value is (224,9,19). Sum of RGB (Red+Green+Blue) = 224+9+19=252 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.89% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 224 - color contains mainly: red. Hex color #E00913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00913 is #1FF6EC. Grayscale: #4A4A4A. Windows color (decimal): -2094829 or 1247712. OLE color: 1247712.

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

Color convert

RGB 224 9 19 -
CMYK 0 0.96 0.92 0.12
HSL 357.21º 0.92% 0.46% -
HSV(B) 357.21º 0.96% 0.88% -
XYZ 30.96 16.09 2.09 -
YUV 74.43 96.73 234.69 -
System Red Green Blue C M Y K H S L
Decimal 224 9 19 0 0.96 0.92 0.12 357.21 0.92 0.46
Hex E0 9 13 0 60 5C C 165 5C 2E
Octal 340 11 23 0 140 134 14 545 134 56
Binary 11100000 1001 10011 0 1100000 1011100 1100 101100101 1011100 101110

Color Harmonies of #E00913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00913

Black with #E00913

Text Example


Text Example

White with #E00913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00913; }

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

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

background-color css

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

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

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

border-color css

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

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

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