Html Css Color HEX #E00116 Venetian Red

📋 copy color: '#E00116'

red 224 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #E00116

Tints of Venetian Red #E00116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 90.69%
G = 0.4%
B = 8.91%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#E00116 (or 0xE00116) is known color: Venetian Red. HEX triplet: E0, 01 and 16. RGB value is (224,1,22). Sum of RGB (Red+Green+Blue) = 224+1+22=247 (32% of max value = 765). Red value is 224 (87.89% from 255 or 90.69% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 224 - color contains mainly: red. Hex color #E00116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00116 is #1FFEE9. Grayscale: #464646. Windows color (decimal): -2096874 or 1442272. OLE color: 1442272.

HSL color Cylindrical-coordinate representation of color #E00116: hue angle of 354.35º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00116 is Cyan = 0, Magento = 1.00, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 22 -
CMYK 0 1.00 0.90 0.12
HSL 354.35º 0.99% 0.44% -
HSV(B) 354.35º 1% 0.88% -
XYZ 30.9 15.93 2.2 -
YUV 70.07 100.88 237.79 -
System Red Green Blue C M Y K H S L
Decimal 224 1 22 0 1.00 0.90 0.12 354.35 0.99 0.44
Hex E0 1 16 0 64 5A C 162 63 2C
Octal 340 1 26 0 144 132 14 542 143 54
Binary 11100000 1 10110 0 1100100 1011010 1100 101100010 1100011 101100

Color Harmonies of #E00116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00116

Black with #E00116

Text Example


Text Example

White with #E00116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00116; }

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

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

background-color css

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

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

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

border-color css

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

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

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