Html Css Color HEX #D0060C Venetian Red

📋 copy color: '#D0060C'

red 208 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #D0060C

Tints of Venetian Red #D0060C

RGB

 RED value IS 208 (81.64% from 255) = 92.04%

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

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

R = 92.04%
G = 2.65%
B = 5.31%

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

#D0060C (or 0xD0060C) is known color: Venetian Red. HEX triplet: D0, 06 and 0C. RGB value is (208,6,12). Sum of RGB (Red+Green+Blue) = 208+6+12=226 (29% of max value = 765). Red value is 208 (81.64% from 255 or 92.04% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 208 - color contains mainly: red. Hex color #D0060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0060C is #2FF9F3. Grayscale: #434343. Windows color (decimal): -3144180 or 788176. OLE color: 788176.

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

Color convert

RGB 208 6 12 -
CMYK 0 0.97 0.94 0.18
HSL 358.22º 0.94% 0.42% -
HSV(B) 358.22º 0.97% 0.82% -
XYZ 26.14 13.57 1.59 -
YUV 67.08 96.92 228.51 -
System Red Green Blue C M Y K H S L
Decimal 208 6 12 0 0.97 0.94 0.18 358.22 0.94 0.42
Hex D0 6 C 0 61 5E 12 166 5E 2A
Octal 320 6 14 0 141 136 22 546 136 52
Binary 11010000 110 1100 0 1100001 1011110 10010 101100110 1011110 101010

Color Harmonies of #D0060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0060C

Black with #D0060C

Text Example


Text Example

White with #D0060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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