Html Css Color HEX #D10520 Venetian Red

📋 copy color: '#D10520'

red 209 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #D10520

Tints of Venetian Red #D10520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 84.96%
G = 2.03%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D10520 (or 0xD10520) is known color: Venetian Red. HEX triplet: D1, 05 and 20. RGB value is (209,5,32). Sum of RGB (Red+Green+Blue) = 209+5+32=246 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.96% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 209 - color contains mainly: red. Hex color #D10520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10520 is #2EFADF. Grayscale: #454545. Windows color (decimal): -3078880 or 2098641. OLE color: 2098641.

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

Color convert

RGB 209 5 32 -
CMYK 0 0.98 0.85 0.18
HSL 352.06º 0.95% 0.42% -
HSV(B) 352.06º 0.98% 0.82% -
XYZ 26.61 13.77 2.62 -
YUV 69.07 107.09 227.8 -
System Red Green Blue C M Y K H S L
Decimal 209 5 32 0 0.98 0.85 0.18 352.06 0.95 0.42
Hex D1 5 20 0 62 55 12 160 5F 2A
Octal 321 5 40 0 142 125 22 540 137 52
Binary 11010001 101 100000 0 1100010 1010101 10010 101100000 1011111 101010

Color Harmonies of #D10520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10520

Black with #D10520

Text Example


Text Example

White with #D10520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10520; }

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

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

background-color css

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

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

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

border-color css

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

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

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