Html Css Color HEX #D20610 Venetian Red

📋 copy color: '#D20610'

red 210 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #D20610

Tints of Venetian Red #D20610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

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

R = 90.52%
G = 2.59%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D20610 (or 0xD20610) is known color: Venetian Red. HEX triplet: D2, 06 and 10. RGB value is (210,6,16). Sum of RGB (Red+Green+Blue) = 210+6+16=232 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.52% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 210 - color contains mainly: red. Hex color #D20610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20610 is #2DF9EF. Grayscale: #444444. Windows color (decimal): -3013104 or 1050322. OLE color: 1050322.

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

Color convert

RGB 210 6 16 -
CMYK 0 0.97 0.92 0.18
HSL 357.06º 0.94% 0.42% -
HSV(B) 357.06º 0.97% 0.82% -
XYZ 26.74 13.87 1.76 -
YUV 68.14 98.59 229.19 -
System Red Green Blue C M Y K H S L
Decimal 210 6 16 0 0.97 0.92 0.18 357.06 0.94 0.42
Hex D2 6 10 0 61 5C 12 165 5E 2A
Octal 322 6 20 0 141 134 22 545 136 52
Binary 11010010 110 10000 0 1100001 1011100 10010 101100101 1011110 101010

Color Harmonies of #D20610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20610

Black with #D20610

Text Example


Text Example

White with #D20610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20610; }

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

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

background-color css

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

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

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

border-color css

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

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

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