Html Css Color HEX #E00912 Venetian Red

📋 copy color: '#E00912'

red 224 ◦ green 9 ◦ blue 18

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

Shades of Venetian Red #E00912

Tints of Venetian Red #E00912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 89.24%
G = 3.59%
B = 7.17%

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

#E00912 (or 0xE00912) is known color: Venetian Red. HEX triplet: E0, 09 and 12. RGB value is (224,9,18). Sum of RGB (Red+Green+Blue) = 224+9+18=251 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.24% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 224 - color contains mainly: red. Hex color #E00912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00912 is #1FF6ED. Grayscale: #4A4A4A. Windows color (decimal): -2094830 or 1182176. OLE color: 1182176.

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

Color convert

RGB 224 9 18 -
CMYK 0 0.96 0.92 0.12
HSL 357.49º 0.92% 0.46% -
HSV(B) 357.49º 0.96% 0.88% -
XYZ 30.95 16.09 2.05 -
YUV 74.31 96.23 234.77 -
System Red Green Blue C M Y K H S L
Decimal 224 9 18 0 0.96 0.92 0.12 357.49 0.92 0.46
Hex E0 9 12 0 60 5C C 165 5C 2E
Octal 340 11 22 0 140 134 14 545 134 56
Binary 11100000 1001 10010 0 1100000 1011100 1100 101100101 1011100 101110

Color Harmonies of #E00912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00912

Black with #E00912

Text Example


Text Example

White with #E00912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00912; }

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

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

background-color css

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

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

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

border-color css

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

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

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