Html Css Color HEX #E00012 Venetian Red

📋 copy color: '#E00012'

red 224 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #E00012

Tints of Venetian Red #E00012

RGB

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

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

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

R = 92.56%
G = 0%
B = 7.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00012 (or 0xE00012) is known color: Venetian Red. HEX triplet: E0, 00 and 12. RGB value is (224,0,18). Sum of RGB (Red+Green+Blue) = 224+0+18=242 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.56% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 224 - color contains mainly: red. Hex color #E00012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00012 is #1FFFED. Grayscale: #454545. Windows color (decimal): -2097134 or 1179872. OLE color: 1179872.

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

Color convert

RGB 224 0 18 -
CMYK 0 1 0.92 0.12
HSL 355.18º 1% 0.44% -
HSV(B) 355.18º 1% 0.88% -
XYZ 30.85 15.89 2.01 -
YUV 69.03 99.21 238.54 -
System Red Green Blue C M Y K H S L
Decimal 224 0 18 0 1 0.92 0.12 355.18 1 0.44
Hex E0 0 12 0 64 5C C 163 64 2C
Octal 340 0 22 0 144 134 14 543 144 54
Binary 11100000 0 10010 0 1100100 1011100 1100 101100011 1100100 101100

Color Harmonies of #E00012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00012

Black with #E00012

Text Example


Text Example

White with #E00012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00012; }

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

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

background-color css

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

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

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

border-color css

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

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

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