Html Css Color HEX #D8060F Venetian Red

📋 copy color: '#D8060F'

red 216 ◦ green 6 ◦ blue 15

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

Shades of Venetian Red #D8060F

Tints of Venetian Red #D8060F

RGB

 RED value IS 216 (84.77% from 255) = 91.14%

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

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 91.14%
G = 2.53%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8060F (or 0xD8060F) is known color: Venetian Red. HEX triplet: D8, 06 and 0F. RGB value is (216,6,15). Sum of RGB (Red+Green+Blue) = 216+6+15=237 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.14% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 216 - color contains mainly: red. Hex color #D8060F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8060F is #27F9F0. Grayscale: #454545. Windows color (decimal): -2619889 or 984792. OLE color: 984792.

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

Color convert

RGB 216 6 15 -
CMYK 0 0.97 0.93 0.15
HSL 357.43º 0.95% 0.44% -
HSV(B) 357.43º 0.97% 0.85% -
XYZ 28.47 14.76 1.8 -
YUV 69.82 97.07 232.27 -
System Red Green Blue C M Y K H S L
Decimal 216 6 15 0 0.97 0.93 0.15 357.43 0.95 0.44
Hex D8 6 F 0 61 5D F 165 5F 2C
Octal 330 6 17 0 141 135 17 545 137 54
Binary 11011000 110 1111 0 1100001 1011101 1111 101100101 1011111 101100

Color Harmonies of #D8060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8060F

Black with #D8060F

Text Example


Text Example

White with #D8060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8060F; }

 p { color: rgb(216,6,15); }

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

background-color css

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

 a { background-color: rgb(216,6,15); }

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

border-color css

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

 span { border-color: rgb(216,6,15); }

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