Html Css Color HEX #D10320 Venetian Red

📋 copy color: '#D10320'

red 209 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #D10320

Tints of Venetian Red #D10320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 85.66%
G = 1.23%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D10320 (or 0xD10320) is known color: Venetian Red. HEX triplet: D1, 03 and 20. RGB value is (209,3,32). Sum of RGB (Red+Green+Blue) = 209+3+32=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D10320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10320 is #2EFCDF. Grayscale: #434343. Windows color (decimal): -3079392 or 2098129. OLE color: 2098129.

HSL color Cylindrical-coordinate representation of color #D10320: hue angle of 351.55º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D10320 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 3 32 -
CMYK 0 0.99 0.85 0.18
HSL 351.55º 0.97% 0.42% -
HSV(B) 351.55º 0.99% 0.82% -
XYZ 26.59 13.72 2.61 -
YUV 67.9 107.75 228.64 -
System Red Green Blue C M Y K H S L
Decimal 209 3 32 0 0.99 0.85 0.18 351.55 0.97 0.42
Hex D1 3 20 0 63 55 12 160 61 2A
Octal 321 3 40 0 143 125 22 540 141 52
Binary 11010001 11 100000 0 1100011 1010101 10010 101100000 1100001 101010

Color Harmonies of #D10320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10320

Black with #D10320

Text Example


Text Example

White with #D10320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10320; }

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

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

background-color css

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

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

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

border-color css

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

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

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