Html Css Color HEX #D11014 Venetian Red

📋 copy color: '#D11014'

red 209 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #D11014

Tints of Venetian Red #D11014

RGB

 RED value IS 209 (82.03% from 255) = 85.31%

 GREEN value IS 16 (6.64% from 255) = 6.53%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 85.31%
G = 6.53%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D11014 (or 0xD11014) is known color: Venetian Red. HEX triplet: D1, 10 and 14. RGB value is (209,16,20). Sum of RGB (Red+Green+Blue) = 209+16+20=245 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.31% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 209 - color contains mainly: red. Hex color #D11014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11014 is #2EEFEB. Grayscale: #4A4A4A. Windows color (decimal): -3076076 or 1315025. OLE color: 1315025.

HSL color Cylindrical-coordinate representation of color #D11014: hue angle of 358.76º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11014 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 16 20 -
CMYK 0 0.92 0.90 0.18
HSL 358.76º 0.86% 0.44% -
HSV(B) 358.76º 0.92% 0.82% -
XYZ 26.61 13.98 1.96 -
YUV 74.16 97.44 224.17 -
System Red Green Blue C M Y K H S L
Decimal 209 16 20 0 0.92 0.90 0.18 358.76 0.86 0.44
Hex D1 10 14 0 5C 5A 12 167 56 2C
Octal 321 20 24 0 134 132 22 547 126 54
Binary 11010001 10000 10100 0 1011100 1011010 10010 101100111 1010110 101100

Color Harmonies of #D11014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11014

Black with #D11014

Text Example


Text Example

White with #D11014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11014; }

 p { color: rgb(209,16,20); }

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

background-color css

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

 a { background-color: rgb(209,16,20); }

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

border-color css

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

 span { border-color: rgb(209,16,20); }

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