Html Css Color HEX #D8060D Venetian Red

📋 copy color: '#D8060D'

red 216 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #D8060D

Tints of Venetian Red #D8060D

RGB

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

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

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

R = 91.91%
G = 2.55%
B = 5.53%

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

#D8060D (or 0xD8060D) is known color: Venetian Red. HEX triplet: D8, 06 and 0D. RGB value is (216,6,13). Sum of RGB (Red+Green+Blue) = 216+6+13=235 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.91% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 216 - color contains mainly: red. Hex color #D8060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8060D is #27F9F2. Grayscale: #454545. Windows color (decimal): -2619891 or 853720. OLE color: 853720.

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

Color convert

RGB 216 6 13 -
CMYK 0 0.97 0.94 0.15
HSL 358º 0.95% 0.44% -
HSV(B) 358º 0.97% 0.85% -
XYZ 28.46 14.76 1.73 -
YUV 69.59 96.07 232.43 -
System Red Green Blue C M Y K H S L
Decimal 216 6 13 0 0.97 0.94 0.15 358 0.95 0.44
Hex D8 6 D 0 61 5E F 166 5F 2C
Octal 330 6 15 0 141 136 17 546 137 54
Binary 11011000 110 1101 0 1100001 1011110 1111 101100110 1011111 101100

Color Harmonies of #D8060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8060D

Black with #D8060D

Text Example


Text Example

White with #D8060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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