Html Css Color HEX #D20721 Venetian Red

📋 copy color: '#D20721'

red 210 ◦ green 7 ◦ blue 33

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

Shades of Venetian Red #D20721

Tints of Venetian Red #D20721

RGB

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

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

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

R = 84%
G = 2.8%
B = 13.2%

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

#D20721 (or 0xD20721) is known color: Venetian Red. HEX triplet: D2, 07 and 21. RGB value is (210,7,33). Sum of RGB (Red+Green+Blue) = 210+7+33=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D20721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20721 is #2DF8DE. Grayscale: #464646. Windows color (decimal): -3012831 or 2164690. OLE color: 2164690.

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

Color convert

RGB 210 7 33 -
CMYK 0 0.97 0.84 0.18
HSL 352.32º 0.94% 0.43% -
HSV(B) 352.32º 0.97% 0.82% -
XYZ 26.93 13.96 2.71 -
YUV 70.66 106.75 227.39 -
System Red Green Blue C M Y K H S L
Decimal 210 7 33 0 0.97 0.84 0.18 352.32 0.94 0.43
Hex D2 7 21 0 61 54 12 160 5E 2B
Octal 322 7 41 0 141 124 22 540 136 53
Binary 11010010 111 100001 0 1100001 1010100 10010 101100000 1011110 101011

Color Harmonies of #D20721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20721

Black with #D20721

Text Example


Text Example

White with #D20721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20721; }

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

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

background-color css

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

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

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

border-color css

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

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

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