Html Css Color HEX #D10510 Venetian Red

📋 copy color: '#D10510'

red 209 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #D10510

Tints of Venetian Red #D10510

RGB

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

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

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

R = 90.87%
G = 2.17%
B = 6.96%

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

#D10510 (or 0xD10510) is known color: Venetian Red. HEX triplet: D1, 05 and 10. RGB value is (209,5,16). Sum of RGB (Red+Green+Blue) = 209+5+16=230 (30% of max value = 765). Red value is 209 (82.03% from 255 or 90.87% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 209 - color contains mainly: red. Hex color #D10510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10510 is #2EFAEF. Grayscale: #434343. Windows color (decimal): -3078896 or 1050065. OLE color: 1050065.

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

Color convert

RGB 209 5 16 -
CMYK 0 0.98 0.92 0.18
HSL 356.76º 0.95% 0.42% -
HSV(B) 356.76º 0.98% 0.82% -
XYZ 26.44 13.7 1.74 -
YUV 67.25 99.09 229.11 -
System Red Green Blue C M Y K H S L
Decimal 209 5 16 0 0.98 0.92 0.18 356.76 0.95 0.42
Hex D1 5 10 0 62 5C 12 165 5F 2A
Octal 321 5 20 0 142 134 22 545 137 52
Binary 11010001 101 10000 0 1100010 1011100 10010 101100101 1011111 101010

Color Harmonies of #D10510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10510

Black with #D10510

Text Example


Text Example

White with #D10510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10510; }

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

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

background-color css

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

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

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

border-color css

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

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

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