Html Css Color HEX #D1060C Venetian Red

📋 copy color: '#D1060C'

red 209 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #D1060C

Tints of Venetian Red #D1060C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.29%

R = 92.07%
G = 2.64%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1060C (or 0xD1060C) is known color: Venetian Red. HEX triplet: D1, 06 and 0C. RGB value is (209,6,12). Sum of RGB (Red+Green+Blue) = 209+6+12=227 (30% of max value = 765). Red value is 209 (82.03% from 255 or 92.07% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 209 - color contains mainly: red. Hex color #D1060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1060C is #2EF9F3. Grayscale: #434343. Windows color (decimal): -3078644 or 788177. OLE color: 788177.

HSL color Cylindrical-coordinate representation of color #D1060C: hue angle of 358.23º 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 #D1060C is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 6 12 -
CMYK 0 0.97 0.94 0.18
HSL 358.23º 0.94% 0.42% -
HSV(B) 358.23º 0.97% 0.82% -
XYZ 26.43 13.71 1.6 -
YUV 67.38 96.75 229.01 -
System Red Green Blue C M Y K H S L
Decimal 209 6 12 0 0.97 0.94 0.18 358.23 0.94 0.42
Hex D1 6 C 0 61 5E 12 166 5E 2A
Octal 321 6 14 0 141 136 22 546 136 52
Binary 11010001 110 1100 0 1100001 1011110 10010 101100110 1011110 101010

Color Harmonies of #D1060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1060C

Black with #D1060C

Text Example


Text Example

White with #D1060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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