Html Css Color HEX #D20709 Venetian Red

📋 copy color: '#D20709'

red 210 ◦ green 7 ◦ blue 9

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

Shades of Venetian Red #D20709

Tints of Venetian Red #D20709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.98%

R = 92.92%
G = 3.1%
B = 3.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D20709 (or 0xD20709) is known color: Venetian Red. HEX triplet: D2, 07 and 09. RGB value is (210,7,9). Sum of RGB (Red+Green+Blue) = 210+7+9=226 (29% of max value = 765). Red value is 210 (82.42% from 255 or 92.92% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 210 - color contains mainly: red. Hex color #D20709 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20709 is #2DF8F6. Grayscale: #444444. Windows color (decimal): -3012855 or 591826. OLE color: 591826.

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

Color convert

RGB 210 7 9 -
CMYK 0 0.97 0.96 0.18
HSL 359.41º 0.94% 0.43% -
HSV(B) 359.41º 0.97% 0.82% -
XYZ 26.7 13.87 1.53 -
YUV 67.93 94.75 229.34 -
System Red Green Blue C M Y K H S L
Decimal 210 7 9 0 0.97 0.96 0.18 359.41 0.94 0.43
Hex D2 7 9 0 61 60 12 167 5E 2B
Octal 322 7 11 0 141 140 22 547 136 53
Binary 11010010 111 1001 0 1100001 1100000 10010 101100111 1011110 101011

Color Harmonies of #D20709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20709

Black with #D20709

Text Example


Text Example

White with #D20709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20709; }

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

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

background-color css

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

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

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

border-color css

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

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

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