Html Css Color HEX #D20516 Venetian Red

📋 copy color: '#D20516'

red 210 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #D20516

Tints of Venetian Red #D20516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 88.61%
G = 2.11%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D20516 (or 0xD20516) is known color: Venetian Red. HEX triplet: D2, 05 and 16. RGB value is (210,5,22). Sum of RGB (Red+Green+Blue) = 210+5+22=237 (31% of max value = 765). Red value is 210 (82.42% from 255 or 88.61% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 210 - color contains mainly: red. Hex color #D20516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20516 is #2DFAE9. Grayscale: #444444. Windows color (decimal): -3013354 or 1443282. OLE color: 1443282.

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

Color convert

RGB 210 5 22 -
CMYK 0 0.98 0.90 0.18
HSL 355.02º 0.95% 0.42% -
HSV(B) 355.02º 0.98% 0.82% -
XYZ 26.78 13.87 2.02 -
YUV 68.23 101.92 229.12 -
System Red Green Blue C M Y K H S L
Decimal 210 5 22 0 0.98 0.90 0.18 355.02 0.95 0.42
Hex D2 5 16 0 62 5A 12 163 5F 2A
Octal 322 5 26 0 142 132 22 543 137 52
Binary 11010010 101 10110 0 1100010 1011010 10010 101100011 1011111 101010

Color Harmonies of #D20516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20516

Black with #D20516

Text Example


Text Example

White with #D20516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20516; }

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

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

background-color css

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

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

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

border-color css

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

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

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