Html Css Color HEX #D10516 Venetian Red

📋 copy color: '#D10516'

red 209 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #D10516

Tints of Venetian Red #D10516

RGB

 RED value IS 209 (82.03% from 255) = 88.56%

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

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

R = 88.56%
G = 2.12%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D10516 (or 0xD10516) is known color: Venetian Red. HEX triplet: D1, 05 and 16. RGB value is (209,5,22). Sum of RGB (Red+Green+Blue) = 209+5+22=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D10516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10516 is #2EFAE9. Grayscale: #444444. Windows color (decimal): -3078890 or 1443281. OLE color: 1443281.

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

Color convert

RGB 209 5 22 -
CMYK 0 0.98 0.89 0.18
HSL 355º 0.95% 0.42% -
HSV(B) 355º 0.98% 0.82% -
XYZ 26.49 13.72 2.01 -
YUV 67.93 102.09 228.62 -
System Red Green Blue C M Y K H S L
Decimal 209 5 22 0 0.98 0.89 0.18 355 0.95 0.42
Hex D1 5 16 0 62 59 12 163 5F 2A
Octal 321 5 26 0 142 131 22 543 137 52
Binary 11010001 101 10110 0 1100010 1011001 10010 101100011 1011111 101010

Color Harmonies of #D10516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10516

Black with #D10516

Text Example


Text Example

White with #D10516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10516; }

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

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

background-color css

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

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

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

border-color css

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

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

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