Html Css Color HEX #D8060C Venetian Red

📋 copy color: '#D8060C'

red 216 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #D8060C

Tints of Venetian Red #D8060C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 92.31%
G = 2.56%
B = 5.13%

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

#D8060C (or 0xD8060C) is known color: Venetian Red. HEX triplet: D8, 06 and 0C. RGB value is (216,6,12). Sum of RGB (Red+Green+Blue) = 216+6+12=234 (30% of max value = 765). Red value is 216 (84.77% from 255 or 92.31% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 216 - color contains mainly: red. Hex color #D8060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8060C is #27F9F3. Grayscale: #454545. Windows color (decimal): -2619892 or 788184. OLE color: 788184.

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

Color convert

RGB 216 6 12 -
CMYK 0 0.97 0.94 0.15
HSL 358.29º 0.95% 0.44% -
HSV(B) 358.29º 0.97% 0.85% -
XYZ 28.45 14.76 1.7 -
YUV 69.47 95.57 232.51 -
System Red Green Blue C M Y K H S L
Decimal 216 6 12 0 0.97 0.94 0.15 358.29 0.95 0.44
Hex D8 6 C 0 61 5E F 166 5F 2C
Octal 330 6 14 0 141 136 17 546 137 54
Binary 11011000 110 1100 0 1100001 1011110 1111 101100110 1011111 101100

Color Harmonies of #D8060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8060C

Black with #D8060C

Text Example


Text Example

White with #D8060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8060C; }

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

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

background-color css

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

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

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

border-color css

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

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

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