Html Css Color HEX #D10521 Venetian Red

📋 copy color: '#D10521'

red 209 ◦ green 5 ◦ blue 33

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

Shades of Venetian Red #D10521

Tints of Venetian Red #D10521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.36%

R = 84.62%
G = 2.02%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D10521 (or 0xD10521) is known color: Venetian Red. HEX triplet: D1, 05 and 21. RGB value is (209,5,33). Sum of RGB (Red+Green+Blue) = 209+5+33=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D10521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10521 is #2EFADE. Grayscale: #454545. Windows color (decimal): -3078879 or 2164177. OLE color: 2164177.

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

Color convert

RGB 209 5 33 -
CMYK 0 0.98 0.84 0.18
HSL 351.76º 0.95% 0.42% -
HSV(B) 351.76º 0.98% 0.82% -
XYZ 26.62 13.77 2.69 -
YUV 69.19 107.59 227.72 -
System Red Green Blue C M Y K H S L
Decimal 209 5 33 0 0.98 0.84 0.18 351.76 0.95 0.42
Hex D1 5 21 0 62 54 12 160 5F 2A
Octal 321 5 41 0 142 124 22 540 137 52
Binary 11010001 101 100001 0 1100010 1010100 10010 101100000 1011111 101010

Color Harmonies of #D10521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10521

Black with #D10521

Text Example


Text Example

White with #D10521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10521; }

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

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

background-color css

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

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

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

border-color css

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

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

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