Html Css Color HEX #D7060D Venetian Red

📋 copy color: '#D7060D'

red 215 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #D7060D

Tints of Venetian Red #D7060D

RGB

 RED value IS 215 (84.38% from 255) = 91.88%

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

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

R = 91.88%
G = 2.56%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7060D (or 0xD7060D) is known color: Venetian Red. HEX triplet: D7, 06 and 0D. RGB value is (215,6,13). Sum of RGB (Red+Green+Blue) = 215+6+13=234 (30% of max value = 765). Red value is 215 (84.38% from 255 or 91.88% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 215 - color contains mainly: red. Hex color #D7060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D7060D is #28F9F2. Grayscale: #454545. Windows color (decimal): -2685427 or 853719. OLE color: 853719.

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

Color convert

RGB 215 6 13 -
CMYK 0 0.97 0.94 0.16
HSL 357.99º 0.95% 0.43% -
HSV(B) 357.99º 0.97% 0.84% -
XYZ 28.16 14.61 1.72 -
YUV 69.29 96.24 231.93 -
System Red Green Blue C M Y K H S L
Decimal 215 6 13 0 0.97 0.94 0.16 357.99 0.95 0.43
Hex D7 6 D 0 61 5E 10 166 5F 2B
Octal 327 6 15 0 141 136 20 546 137 53
Binary 11010111 110 1101 0 1100001 1011110 10000 101100110 1011111 101011

Color Harmonies of #D7060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7060D

Black with #D7060D

Text Example


Text Example

White with #D7060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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