Html Css Color HEX #D20820 Venetian Red

📋 copy color: '#D20820'

red 210 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #D20820

Tints of Venetian Red #D20820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

 BLUE value IS 32 (12.89% from 255) = 12.8%

R = 84%
G = 3.2%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D20820 (or 0xD20820) is known color: Venetian Red. HEX triplet: D2, 08 and 20. RGB value is (210,8,32). Sum of RGB (Red+Green+Blue) = 210+8+32=250 (33% of max value = 765). Red value is 210 (82.42% from 255 or 84% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 210 - color contains mainly: red. Hex color #D20820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20820 is #2DF7DF. Grayscale: #474747. Windows color (decimal): -3012576 or 2099410. OLE color: 2099410.

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

Color convert

RGB 210 8 32 -
CMYK 0 0.96 0.85 0.18
HSL 352.87º 0.93% 0.43% -
HSV(B) 352.87º 0.96% 0.82% -
XYZ 26.93 13.98 2.65 -
YUV 71.13 105.92 227.05 -
System Red Green Blue C M Y K H S L
Decimal 210 8 32 0 0.96 0.85 0.18 352.87 0.93 0.43
Hex D2 8 20 0 60 55 12 161 5D 2B
Octal 322 10 40 0 140 125 22 541 135 53
Binary 11010010 1000 100000 0 1100000 1010101 10010 101100001 1011101 101011

Color Harmonies of #D20820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20820

Black with #D20820

Text Example


Text Example

White with #D20820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20820; }

 p { color: rgb(210,8,32); }

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

background-color css

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

 a { background-color: rgb(210,8,32); }

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

border-color css

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

 span { border-color: rgb(210,8,32); }

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