Html Css Color HEX #D20020 Venetian Red

📋 copy color: '#D20020'

red 210 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #D20020

Tints of Venetian Red #D20020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.78%
G = 0%
B = 13.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D20020 (or 0xD20020) is known color: Venetian Red. HEX triplet: D2, 00 and 20. RGB value is (210,0,32). Sum of RGB (Red+Green+Blue) = 210+0+32=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D20020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20020 is #2DFFDF. Grayscale: #424242. Windows color (decimal): -3014624 or 2097362. OLE color: 2097362.

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

Color convert

RGB 210 0 32 -
CMYK 0 1 0.85 0.18
HSL 350.86º 1% 0.41% -
HSV(B) 350.86º 1% 0.82% -
XYZ 26.84 13.81 2.62 -
YUV 66.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 210 0 32 0 1 0.85 0.18 350.86 1 0.41
Hex D2 0 20 0 64 55 12 15F 64 29
Octal 322 0 40 0 144 125 22 537 144 51
Binary 11010010 0 100000 0 1100100 1010101 10010 101011111 1100100 101001

Color Harmonies of #D20020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20020

Black with #D20020

Text Example


Text Example

White with #D20020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20020; }

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

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

background-color css

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

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

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

border-color css

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

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

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