Html Css Color HEX #D20220 Venetian Red

📋 copy color: '#D20220'

red 210 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #D20220

Tints of Venetian Red #D20220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 86.07%
G = 0.82%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D20220 (or 0xD20220) is known color: Venetian Red. HEX triplet: D2, 02 and 20. RGB value is (210,2,32). Sum of RGB (Red+Green+Blue) = 210+2+32=244 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.07% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 210 - color contains mainly: red. Hex color #D20220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20220 is #2DFDDF. Grayscale: #434343. Windows color (decimal): -3014112 or 2097874. OLE color: 2097874.

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

Color convert

RGB 210 2 32 -
CMYK 0 0.99 0.85 0.18
HSL 351.35º 0.98% 0.42% -
HSV(B) 351.35º 0.99% 0.82% -
XYZ 26.86 13.85 2.62 -
YUV 67.61 107.91 229.56 -
System Red Green Blue C M Y K H S L
Decimal 210 2 32 0 0.99 0.85 0.18 351.35 0.98 0.42
Hex D2 2 20 0 63 55 12 15F 62 2A
Octal 322 2 40 0 143 125 22 537 142 52
Binary 11010010 10 100000 0 1100011 1010101 10010 101011111 1100010 101010

Color Harmonies of #D20220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20220

Black with #D20220

Text Example


Text Example

White with #D20220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20220; }

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

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

background-color css

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

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

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

border-color css

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

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

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