Html Css Color HEX #D2060C Venetian Red

📋 copy color: '#D2060C'

red 210 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #D2060C

Tints of Venetian Red #D2060C

RGB

 RED value IS 210 (82.42% from 255) = 92.11%

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

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

R = 92.11%
G = 2.63%
B = 5.26%

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

#D2060C (or 0xD2060C) is known color: Venetian Red. HEX triplet: D2, 06 and 0C. RGB value is (210,6,12). Sum of RGB (Red+Green+Blue) = 210+6+12=228 (30% of max value = 765). Red value is 210 (82.42% from 255 or 92.11% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 210 - color contains mainly: red. Hex color #D2060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2060C is #2DF9F3. Grayscale: #434343. Windows color (decimal): -3013108 or 788178. OLE color: 788178.

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

Color convert

RGB 210 6 12 -
CMYK 0 0.97 0.94 0.18
HSL 358.24º 0.94% 0.42% -
HSV(B) 358.24º 0.97% 0.82% -
XYZ 26.71 13.86 1.62 -
YUV 67.68 96.59 229.51 -
System Red Green Blue C M Y K H S L
Decimal 210 6 12 0 0.97 0.94 0.18 358.24 0.94 0.42
Hex D2 6 C 0 61 5E 12 166 5E 2A
Octal 322 6 14 0 141 136 22 546 136 52
Binary 11010010 110 1100 0 1100001 1011110 10010 101100110 1011110 101010

Color Harmonies of #D2060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2060C

Black with #D2060C

Text Example


Text Example

White with #D2060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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