Html Css Color HEX #D1061D Venetian Red

📋 copy color: '#D1061D'

red 209 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #D1061D

Tints of Venetian Red #D1061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.46%

 BLUE value IS 29 (11.72% from 255) = 11.89%

R = 85.66%
G = 2.46%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1061D (or 0xD1061D) is known color: Venetian Red. HEX triplet: D1, 06 and 1D. RGB value is (209,6,29). Sum of RGB (Red+Green+Blue) = 209+6+29=244 (32% of max value = 765). Red value is 209 (82.03% from 255 or 85.66% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 209 - color contains mainly: red. Hex color #D1061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1061D is #2EF9E2. Grayscale: #454545. Windows color (decimal): -3078627 or 1902289. OLE color: 1902289.

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

Color convert

RGB 209 6 29 -
CMYK 0 0.97 0.86 0.18
HSL 353.2º 0.94% 0.42% -
HSV(B) 353.2º 0.97% 0.82% -
XYZ 26.58 13.77 2.42 -
YUV 69.32 105.25 227.63 -
System Red Green Blue C M Y K H S L
Decimal 209 6 29 0 0.97 0.86 0.18 353.2 0.94 0.42
Hex D1 6 1D 0 61 56 12 161 5E 2A
Octal 321 6 35 0 141 126 22 541 136 52
Binary 11010001 110 11101 0 1100001 1010110 10010 101100001 1011110 101010

Color Harmonies of #D1061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1061D

Black with #D1061D

Text Example


Text Example

White with #D1061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1061D; }

 p { color: rgb(209,6,29); }

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

background-color css

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

 a { background-color: rgb(209,6,29); }

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

border-color css

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

 span { border-color: rgb(209,6,29); }

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