Html Css Color HEX #E00716 Venetian Red

📋 copy color: '#E00716'

red 224 ◦ green 7 ◦ blue 22

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

Shades of Venetian Red #E00716

Tints of Venetian Red #E00716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.7%

R = 88.54%
G = 2.77%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E00716 (or 0xE00716) is known color: Venetian Red. HEX triplet: E0, 07 and 16. RGB value is (224,7,22). Sum of RGB (Red+Green+Blue) = 224+7+22=253 (33% of max value = 765). Red value is 224 (87.89% from 255 or 88.54% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 224 - color contains mainly: red. Hex color #E00716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00716 is #1FF8E9. Grayscale: #494949. Windows color (decimal): -2095338 or 1443808. OLE color: 1443808.

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

Color convert

RGB 224 7 22 -
CMYK 0 0.97 0.90 0.12
HSL 355.85º 0.94% 0.45% -
HSV(B) 355.85º 0.97% 0.88% -
XYZ 30.96 16.06 2.23 -
YUV 73.59 98.89 235.28 -
System Red Green Blue C M Y K H S L
Decimal 224 7 22 0 0.97 0.90 0.12 355.85 0.94 0.45
Hex E0 7 16 0 61 5A C 164 5E 2D
Octal 340 7 26 0 141 132 14 544 136 55
Binary 11100000 111 10110 0 1100001 1011010 1100 101100100 1011110 101101

Color Harmonies of #E00716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00716

Black with #E00716

Text Example


Text Example

White with #E00716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00716; }

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

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

background-color css

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

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

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

border-color css

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

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

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