Html Css Color HEX #D10710 Venetian Red

📋 copy color: '#D10710'

red 209 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #D10710

Tints of Venetian Red #D10710

RGB

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

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

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

R = 90.09%
G = 3.02%
B = 6.9%

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

#D10710 (or 0xD10710) is known color: Venetian Red. HEX triplet: D1, 07 and 10. RGB value is (209,7,16). Sum of RGB (Red+Green+Blue) = 209+7+16=232 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.09% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 209 - color contains mainly: red. Hex color #D10710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10710 is #2EF8EF. Grayscale: #444444. Windows color (decimal): -3078384 or 1050577. OLE color: 1050577.

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

Color convert

RGB 209 7 16 -
CMYK 0 0.97 0.92 0.18
HSL 357.33º 0.94% 0.42% -
HSV(B) 357.33º 0.97% 0.82% -
XYZ 26.46 13.74 1.75 -
YUV 68.42 98.42 228.27 -
System Red Green Blue C M Y K H S L
Decimal 209 7 16 0 0.97 0.92 0.18 357.33 0.94 0.42
Hex D1 7 10 0 61 5C 12 165 5E 2A
Octal 321 7 20 0 141 134 22 545 136 52
Binary 11010001 111 10000 0 1100001 1011100 10010 101100101 1011110 101010

Color Harmonies of #D10710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10710

Black with #D10710

Text Example


Text Example

White with #D10710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10710; }

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

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

background-color css

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

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

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

border-color css

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

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

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