Html Css Color HEX #D9060D Venetian Red

📋 copy color: '#D9060D'

red 217 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #D9060D

Tints of Venetian Red #D9060D

RGB

 RED value IS 217 (85.16% from 255) = 91.95%

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

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

R = 91.95%
G = 2.54%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9060D (or 0xD9060D) is known color: Venetian Red. HEX triplet: D9, 06 and 0D. RGB value is (217,6,13). Sum of RGB (Red+Green+Blue) = 217+6+13=236 (31% of max value = 765). Red value is 217 (85.16% from 255 or 91.95% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 217 - color contains mainly: red. Hex color #D9060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9060D is #26F9F2. Grayscale: #464646. Windows color (decimal): -2554355 or 853721. OLE color: 853721.

HSL color Cylindrical-coordinate representation of color #D9060D: hue angle of 358.01º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9060D is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 6 13 -
CMYK 0 0.97 0.94 0.15
HSL 358.01º 0.95% 0.44% -
HSV(B) 358.01º 0.97% 0.85% -
XYZ 28.75 14.91 1.74 -
YUV 69.89 95.9 232.93 -
System Red Green Blue C M Y K H S L
Decimal 217 6 13 0 0.97 0.94 0.15 358.01 0.95 0.44
Hex D9 6 D 0 61 5E F 166 5F 2C
Octal 331 6 15 0 141 136 17 546 137 54
Binary 11011001 110 1101 0 1100001 1011110 1111 101100110 1011111 101100

Color Harmonies of #D9060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9060D

Black with #D9060D

Text Example


Text Example

White with #D9060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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