Html Css Color HEX #D20116 Venetian Red

📋 copy color: '#D20116'

red 210 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #D20116

Tints of Venetian Red #D20116

RGB

 RED value IS 210 (82.42% from 255) = 90.13%

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

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

R = 90.13%
G = 0.43%
B = 9.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20116 (or 0xD20116) is known color: Venetian Red. HEX triplet: D2, 01 and 16. RGB value is (210,1,22). Sum of RGB (Red+Green+Blue) = 210+1+22=233 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.13% from 233); Green value is 1 (0.78% from 255 or 0.43% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 210 - color contains mainly: red. Hex color #D20116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20116 is #2DFEE9. Grayscale: #424242. Windows color (decimal): -3014378 or 1442258. OLE color: 1442258.

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

Color convert

RGB 210 1 22 -
CMYK 0 1.00 0.90 0.18
HSL 353.97º 0.99% 0.41% -
HSV(B) 353.97º 1% 0.82% -
XYZ 26.73 13.78 2.01 -
YUV 65.89 103.24 230.79 -
System Red Green Blue C M Y K H S L
Decimal 210 1 22 0 1.00 0.90 0.18 353.97 0.99 0.41
Hex D2 1 16 0 64 5A 12 162 63 29
Octal 322 1 26 0 144 132 22 542 143 51
Binary 11010010 1 10110 0 1100100 1011010 10010 101100010 1100011 101001

Color Harmonies of #D20116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20116

Black with #D20116

Text Example


Text Example

White with #D20116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20116; }

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

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

background-color css

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

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

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

border-color css

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

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

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