Html Css Color HEX #D20510 Venetian Red

📋 copy color: '#D20510'

red 210 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #D20510

Tints of Venetian Red #D20510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 90.91%
G = 2.16%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D20510 (or 0xD20510) is known color: Venetian Red. HEX triplet: D2, 05 and 10. RGB value is (210,5,16). Sum of RGB (Red+Green+Blue) = 210+5+16=231 (30% of max value = 765). Red value is 210 (82.42% from 255 or 90.91% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 210 - color contains mainly: red. Hex color #D20510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20510 is #2DFAEF. Grayscale: #434343. Windows color (decimal): -3013360 or 1050066. OLE color: 1050066.

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

Color convert

RGB 210 5 16 -
CMYK 0 0.98 0.92 0.18
HSL 356.78º 0.95% 0.42% -
HSV(B) 356.78º 0.98% 0.82% -
XYZ 26.73 13.85 1.75 -
YUV 67.55 98.92 229.61 -
System Red Green Blue C M Y K H S L
Decimal 210 5 16 0 0.98 0.92 0.18 356.78 0.95 0.42
Hex D2 5 10 0 62 5C 12 165 5F 2A
Octal 322 5 20 0 142 134 22 545 137 52
Binary 11010010 101 10000 0 1100010 1011100 10010 101100101 1011111 101010

Color Harmonies of #D20510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20510

Black with #D20510

Text Example


Text Example

White with #D20510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20510; }

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

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

background-color css

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

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

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

border-color css

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

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

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