Html Css Color HEX #D20708 Venetian Red

📋 copy color: '#D20708'

red 210 ◦ green 7 ◦ blue 8

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

Shades of Venetian Red #D20708

Tints of Venetian Red #D20708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.56%

R = 93.33%
G = 3.11%
B = 3.56%

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

#D20708 (or 0xD20708) is known color: Venetian Red. HEX triplet: D2, 07 and 08. RGB value is (210,7,8). Sum of RGB (Red+Green+Blue) = 210+7+8=225 (29% of max value = 765). Red value is 210 (82.42% from 255 or 93.33% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 210 - color contains mainly: red. Hex color #D20708 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20708 is #2DF8F7. Grayscale: #444444. Windows color (decimal): -3012856 or 526290. OLE color: 526290.

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

Color convert

RGB 210 7 8 -
CMYK 0 0.97 0.96 0.18
HSL 359.7º 0.94% 0.43% -
HSV(B) 359.7º 0.97% 0.82% -
XYZ 26.7 13.87 1.5 -
YUV 67.81 94.25 229.42 -
System Red Green Blue C M Y K H S L
Decimal 210 7 8 0 0.97 0.96 0.18 359.7 0.94 0.43
Hex D2 7 8 0 61 60 12 168 5E 2B
Octal 322 7 10 0 141 140 22 550 136 53
Binary 11010010 111 1000 0 1100001 1100000 10010 101101000 1011110 101011

Color Harmonies of #D20708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20708

Black with #D20708

Text Example


Text Example

White with #D20708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20708; }

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

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

background-color css

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

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

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

border-color css

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

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

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