Html Css Color HEX #D9060B Venetian Red

📋 copy color: '#D9060B'

red 217 ◦ green 6 ◦ blue 11

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

Shades of Venetian Red #D9060B

Tints of Venetian Red #D9060B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.7%

R = 92.74%
G = 2.56%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9060B (or 0xD9060B) is known color: Venetian Red. HEX triplet: D9, 06 and 0B. RGB value is (217,6,11). Sum of RGB (Red+Green+Blue) = 217+6+11=234 (30% of max value = 765). Red value is 217 (85.16% from 255 or 92.74% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 217 - color contains mainly: red. Hex color #D9060B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D9060B is #26F9F4. Grayscale: #454545. Windows color (decimal): -2554357 or 722649. OLE color: 722649.

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

Color convert

RGB 217 6 11 -
CMYK 0 0.97 0.95 0.15
HSL 358.58º 0.95% 0.44% -
HSV(B) 358.58º 0.97% 0.85% -
XYZ 28.74 14.91 1.68 -
YUV 69.66 94.9 233.09 -
System Red Green Blue C M Y K H S L
Decimal 217 6 11 0 0.97 0.95 0.15 358.58 0.95 0.44
Hex D9 6 B 0 61 5F F 167 5F 2C
Octal 331 6 13 0 141 137 17 547 137 54
Binary 11011001 110 1011 0 1100001 1011111 1111 101100111 1011111 101100

Color Harmonies of #D9060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9060B

Black with #D9060B

Text Example


Text Example

White with #D9060B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9060B; }

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

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

background-color css

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

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

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

border-color css

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

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

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