Html Css Color HEX #D10120 Venetian Red

📋 copy color: '#D10120'

red 209 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #D10120

Tints of Venetian Red #D10120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 86.36%
G = 0.41%
B = 13.22%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D10120 (or 0xD10120) is known color: Venetian Red. HEX triplet: D1, 01 and 20. RGB value is (209,1,32). Sum of RGB (Red+Green+Blue) = 209+1+32=242 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.36% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 209 - color contains mainly: red. Hex color #D10120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10120 is #2EFEDF. Grayscale: #424242. Windows color (decimal): -3079904 or 2097617. OLE color: 2097617.

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

Color convert

RGB 209 1 32 -
CMYK 0 1.00 0.85 0.18
HSL 351.06º 0.99% 0.41% -
HSV(B) 351.06º 1% 0.82% -
XYZ 26.57 13.68 2.61 -
YUV 66.73 108.41 229.48 -
System Red Green Blue C M Y K H S L
Decimal 209 1 32 0 1.00 0.85 0.18 351.06 0.99 0.41
Hex D1 1 20 0 64 55 12 15F 63 29
Octal 321 1 40 0 144 125 22 537 143 51
Binary 11010001 1 100000 0 1100100 1010101 10010 101011111 1100011 101001

Color Harmonies of #D10120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10120

Black with #D10120

Text Example


Text Example

White with #D10120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10120; }

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

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

background-color css

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

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

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

border-color css

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

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

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