Html Css Color HEX #E00512 Venetian Red

📋 copy color: '#E00512'

red 224 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #E00512

Tints of Venetian Red #E00512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

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

R = 90.69%
G = 2.02%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00512 (or 0xE00512) is known color: Venetian Red. HEX triplet: E0, 05 and 12. RGB value is (224,5,18). Sum of RGB (Red+Green+Blue) = 224+5+18=247 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.69% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 224 - color contains mainly: red. Hex color #E00512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00512 is #1FFAED. Grayscale: #484848. Windows color (decimal): -2095854 or 1181152. OLE color: 1181152.

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

Color convert

RGB 224 5 18 -
CMYK 0 0.98 0.92 0.12
HSL 356.44º 0.96% 0.45% -
HSV(B) 356.44º 0.98% 0.88% -
XYZ 30.9 16 2.03 -
YUV 71.96 97.55 236.44 -
System Red Green Blue C M Y K H S L
Decimal 224 5 18 0 0.98 0.92 0.12 356.44 0.96 0.45
Hex E0 5 12 0 62 5C C 164 60 2D
Octal 340 5 22 0 142 134 14 544 140 55
Binary 11100000 101 10010 0 1100010 1011100 1100 101100100 1100000 101101

Color Harmonies of #E00512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00512

Black with #E00512

Text Example


Text Example

White with #E00512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00512; }

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

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

background-color css

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

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

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

border-color css

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

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

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