Html Css Color HEX #E00712 Venetian Red

📋 copy color: '#E00712'

red 224 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #E00712

Tints of Venetian Red #E00712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 89.96%
G = 2.81%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00712 (or 0xE00712) is known color: Venetian Red. HEX triplet: E0, 07 and 12. RGB value is (224,7,18). Sum of RGB (Red+Green+Blue) = 224+7+18=249 (32% of max value = 765). Red value is 224 (87.89% from 255 or 89.96% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 224 - color contains mainly: red. Hex color #E00712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00712 is #1FF8ED. Grayscale: #494949. Windows color (decimal): -2095342 or 1181664. OLE color: 1181664.

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

Color convert

RGB 224 7 18 -
CMYK 0 0.97 0.92 0.12
HSL 356.96º 0.94% 0.45% -
HSV(B) 356.96º 0.97% 0.88% -
XYZ 30.93 16.04 2.04 -
YUV 73.14 96.89 235.61 -
System Red Green Blue C M Y K H S L
Decimal 224 7 18 0 0.97 0.92 0.12 356.96 0.94 0.45
Hex E0 7 12 0 61 5C C 165 5E 2D
Octal 340 7 22 0 141 134 14 545 136 55
Binary 11100000 111 10010 0 1100001 1011100 1100 101100101 1011110 101101

Color Harmonies of #E00712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00712

Black with #E00712

Text Example


Text Example

White with #E00712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00712; }

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

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

background-color css

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

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

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

border-color css

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

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

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