Html Css Color HEX #D10721 Venetian Red

📋 copy color: '#D10721'

red 209 ◦ green 7 ◦ blue 33

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

Shades of Venetian Red #D10721

Tints of Venetian Red #D10721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.25%

R = 83.94%
G = 2.81%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D10721 (or 0xD10721) is known color: Venetian Red. HEX triplet: D1, 07 and 21. RGB value is (209,7,33). Sum of RGB (Red+Green+Blue) = 209+7+33=249 (32% of max value = 765). Red value is 209 (82.03% from 255 or 83.94% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 209 - color contains mainly: red. Hex color #D10721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10721 is #2EF8DE. Grayscale: #464646. Windows color (decimal): -3078367 or 2164689. OLE color: 2164689.

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

Color convert

RGB 209 7 33 -
CMYK 0 0.97 0.84 0.18
HSL 352.28º 0.94% 0.42% -
HSV(B) 352.28º 0.97% 0.82% -
XYZ 26.64 13.82 2.7 -
YUV 70.36 106.92 226.89 -
System Red Green Blue C M Y K H S L
Decimal 209 7 33 0 0.97 0.84 0.18 352.28 0.94 0.42
Hex D1 7 21 0 61 54 12 160 5E 2A
Octal 321 7 41 0 141 124 22 540 136 52
Binary 11010001 111 100001 0 1100001 1010100 10010 101100000 1011110 101010

Color Harmonies of #D10721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10721

Black with #D10721

Text Example


Text Example

White with #D10721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10721; }

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

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

background-color css

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

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

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

border-color css

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

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

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