Html Css Color HEX #D20710 Venetian Red

📋 copy color: '#D20710'

red 210 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #D20710

Tints of Venetian Red #D20710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 90.13%
G = 3%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D20710 (or 0xD20710) is known color: Venetian Red. HEX triplet: D2, 07 and 10. RGB value is (210,7,16). Sum of RGB (Red+Green+Blue) = 210+7+16=233 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.13% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 210 - color contains mainly: red. Hex color #D20710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20710 is #2DF8EF. Grayscale: #444444. Windows color (decimal): -3012848 or 1050578. OLE color: 1050578.

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

Color convert

RGB 210 7 16 -
CMYK 0 0.97 0.92 0.18
HSL 357.34º 0.94% 0.43% -
HSV(B) 357.34º 0.97% 0.82% -
XYZ 26.75 13.89 1.76 -
YUV 68.72 98.25 228.77 -
System Red Green Blue C M Y K H S L
Decimal 210 7 16 0 0.97 0.92 0.18 357.34 0.94 0.43
Hex D2 7 10 0 61 5C 12 165 5E 2B
Octal 322 7 20 0 141 134 22 545 136 53
Binary 11010010 111 10000 0 1100001 1011100 10010 101100101 1011110 101011

Color Harmonies of #D20710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20710

Black with #D20710

Text Example


Text Example

White with #D20710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20710; }

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

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

background-color css

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

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

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

border-color css

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

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

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