Html Css Color HEX #D10116 Venetian Red

📋 copy color: '#D10116'

red 209 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #D10116

Tints of Venetian Red #D10116

RGB

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

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

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

R = 90.09%
G = 0.43%
B = 9.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D10116 (or 0xD10116) is known color: Venetian Red. HEX triplet: D1, 01 and 16. RGB value is (209,1,22). Sum of RGB (Red+Green+Blue) = 209+1+22=232 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.09% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 209 - color contains mainly: red. Hex color #D10116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10116 is #2EFEE9. Grayscale: #414141. Windows color (decimal): -3079914 or 1442257. OLE color: 1442257.

HSL color Cylindrical-coordinate representation of color #D10116: hue angle of 353.94º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10116 is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 1 22 -
CMYK 0 1.00 0.89 0.18
HSL 353.94º 0.99% 0.41% -
HSV(B) 353.94º 1% 0.82% -
XYZ 26.45 13.63 2 -
YUV 65.59 103.41 230.29 -
System Red Green Blue C M Y K H S L
Decimal 209 1 22 0 1.00 0.89 0.18 353.94 0.99 0.41
Hex D1 1 16 0 64 59 12 162 63 29
Octal 321 1 26 0 144 131 22 542 143 51
Binary 11010001 1 10110 0 1100100 1011001 10010 101100010 1100011 101001

Color Harmonies of #D10116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10116

Black with #D10116

Text Example


Text Example

White with #D10116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10116; }

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

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

background-color css

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

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

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

border-color css

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

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

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