Html Css Color HEX #D20320 Venetian Red

📋 copy color: '#D20320'

red 210 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #D20320

Tints of Venetian Red #D20320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 85.71%
G = 1.22%
B = 13.06%

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

#D20320 (or 0xD20320) is known color: Venetian Red. HEX triplet: D2, 03 and 20. RGB value is (210,3,32). Sum of RGB (Red+Green+Blue) = 210+3+32=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D20320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20320 is #2DFCDF. Grayscale: #444444. Windows color (decimal): -3013856 or 2098130. OLE color: 2098130.

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

Color convert

RGB 210 3 32 -
CMYK 0 0.99 0.85 0.18
HSL 351.59º 0.97% 0.42% -
HSV(B) 351.59º 0.99% 0.82% -
XYZ 26.87 13.87 2.63 -
YUV 68.2 107.58 229.14 -
System Red Green Blue C M Y K H S L
Decimal 210 3 32 0 0.99 0.85 0.18 351.59 0.97 0.42
Hex D2 3 20 0 63 55 12 160 61 2A
Octal 322 3 40 0 143 125 22 540 141 52
Binary 11010010 11 100000 0 1100011 1010101 10010 101100000 1100001 101010

Color Harmonies of #D20320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20320

Black with #D20320

Text Example


Text Example

White with #D20320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20320; }

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

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

background-color css

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

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

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

border-color css

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

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

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