Html Css Color HEX #D20810 Venetian Red

📋 copy color: '#D20810'

red 210 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #D20810

Tints of Venetian Red #D20810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

 BLUE value IS 16 (6.64% from 255) = 6.84%

R = 89.74%
G = 3.42%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D20810 (or 0xD20810) is known color: Venetian Red. HEX triplet: D2, 08 and 10. RGB value is (210,8,16). Sum of RGB (Red+Green+Blue) = 210+8+16=234 (30% of max value = 765). Red value is 210 (82.42% from 255 or 89.74% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 210 - color contains mainly: red. Hex color #D20810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20810 is #2DF7EF. Grayscale: #454545. Windows color (decimal): -3012592 or 1050834. OLE color: 1050834.

HSL color Cylindrical-coordinate representation of color #D20810: hue angle of 357.62º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20810 is Cyan = 0, Magento = 0.96, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 8 16 -
CMYK 0 0.96 0.92 0.18
HSL 357.62º 0.93% 0.43% -
HSV(B) 357.62º 0.96% 0.82% -
XYZ 26.76 13.91 1.77 -
YUV 69.31 97.92 228.35 -
System Red Green Blue C M Y K H S L
Decimal 210 8 16 0 0.96 0.92 0.18 357.62 0.93 0.43
Hex D2 8 10 0 60 5C 12 166 5D 2B
Octal 322 10 20 0 140 134 22 546 135 53
Binary 11010010 1000 10000 0 1100000 1011100 10010 101100110 1011101 101011

Color Harmonies of #D20810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20810

Black with #D20810

Text Example


Text Example

White with #D20810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20810; }

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

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

background-color css

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

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

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

border-color css

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

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

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