Html Css Color HEX #D20716 Venetian Red

📋 copy color: '#D20716'

red 210 ◦ green 7 ◦ blue 22

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

Shades of Venetian Red #D20716

Tints of Venetian Red #D20716

RGB

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

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

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

R = 87.87%
G = 2.93%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20716 (or 0xD20716) is known color: Venetian Red. HEX triplet: D2, 07 and 16. RGB value is (210,7,22). Sum of RGB (Red+Green+Blue) = 210+7+22=239 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.87% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 210 - color contains mainly: red. Hex color #D20716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20716 is #2DF8E9. Grayscale: #454545. Windows color (decimal): -3012842 or 1443794. OLE color: 1443794.

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

Color convert

RGB 210 7 22 -
CMYK 0 0.97 0.90 0.18
HSL 355.57º 0.94% 0.43% -
HSV(B) 355.57º 0.97% 0.82% -
XYZ 26.8 13.91 2.03 -
YUV 69.41 101.25 228.28 -
System Red Green Blue C M Y K H S L
Decimal 210 7 22 0 0.97 0.90 0.18 355.57 0.94 0.43
Hex D2 7 16 0 61 5A 12 164 5E 2B
Octal 322 7 26 0 141 132 22 544 136 53
Binary 11010010 111 10110 0 1100001 1011010 10010 101100100 1011110 101011

Color Harmonies of #D20716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20716

Black with #D20716

Text Example


Text Example

White with #D20716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20716; }

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

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

background-color css

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

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

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

border-color css

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

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

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