Html Css Color HEX #D0060D Venetian Red

📋 copy color: '#D0060D'

red 208 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #D0060D

Tints of Venetian Red #D0060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 91.63%
G = 2.64%
B = 5.73%

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

#D0060D (or 0xD0060D) is known color: Venetian Red. HEX triplet: D0, 06 and 0D. RGB value is (208,6,13). Sum of RGB (Red+Green+Blue) = 208+6+13=227 (30% of max value = 765). Red value is 208 (81.64% from 255 or 91.63% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 208 - color contains mainly: red. Hex color #D0060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0060D is #2FF9F2. Grayscale: #434343. Windows color (decimal): -3144179 or 853712. OLE color: 853712.

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

Color convert

RGB 208 6 13 -
CMYK 0 0.97 0.94 0.18
HSL 357.92º 0.94% 0.42% -
HSV(B) 357.92º 0.97% 0.82% -
XYZ 26.15 13.57 1.62 -
YUV 67.2 97.42 228.43 -
System Red Green Blue C M Y K H S L
Decimal 208 6 13 0 0.97 0.94 0.18 357.92 0.94 0.42
Hex D0 6 D 0 61 5E 12 166 5E 2A
Octal 320 6 15 0 141 136 22 546 136 52
Binary 11010000 110 1101 0 1100001 1011110 10010 101100110 1011110 101010

Color Harmonies of #D0060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0060D

Black with #D0060D

Text Example


Text Example

White with #D0060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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