Html Css Color HEX #D10220 Venetian Red

📋 copy color: '#D10220'

red 209 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #D10220

Tints of Venetian Red #D10220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 86.01%
G = 0.82%
B = 13.17%

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

#D10220 (or 0xD10220) is known color: Venetian Red. HEX triplet: D1, 02 and 20. RGB value is (209,2,32). Sum of RGB (Red+Green+Blue) = 209+2+32=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D10220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10220 is #2EFDDF. Grayscale: #434343. Windows color (decimal): -3079648 or 2097873. OLE color: 2097873.

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

Color convert

RGB 209 2 32 -
CMYK 0 0.99 0.85 0.18
HSL 351.3º 0.98% 0.41% -
HSV(B) 351.3º 0.99% 0.82% -
XYZ 26.58 13.7 2.61 -
YUV 67.31 108.08 229.06 -
System Red Green Blue C M Y K H S L
Decimal 209 2 32 0 0.99 0.85 0.18 351.3 0.98 0.41
Hex D1 2 20 0 63 55 12 15F 62 29
Octal 321 2 40 0 143 125 22 537 142 51
Binary 11010001 10 100000 0 1100011 1010101 10010 101011111 1100010 101001

Color Harmonies of #D10220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10220

Black with #D10220

Text Example


Text Example

White with #D10220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10220; }

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

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

background-color css

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

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

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

border-color css

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

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

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