Html Css Color HEX #D8060A Venetian Red

📋 copy color: '#D8060A'

red 216 ◦ green 6 ◦ blue 10

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

Shades of Venetian Red #D8060A

Tints of Venetian Red #D8060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 93.1%
G = 2.59%
B = 4.31%

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

#D8060A (or 0xD8060A) is known color: Venetian Red. HEX triplet: D8, 06 and 0A. RGB value is (216,6,10). Sum of RGB (Red+Green+Blue) = 216+6+10=232 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.10% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 216 - color contains mainly: red. Hex color #D8060A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8060A is #27F9F5. Grayscale: #454545. Windows color (decimal): -2619894 or 657112. OLE color: 657112.

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

Color convert

RGB 216 6 10 -
CMYK 0 0.97 0.95 0.15
HSL 358.86º 0.95% 0.44% -
HSV(B) 358.86º 0.97% 0.85% -
XYZ 28.44 14.75 1.64 -
YUV 69.25 94.57 232.67 -
System Red Green Blue C M Y K H S L
Decimal 216 6 10 0 0.97 0.95 0.15 358.86 0.95 0.44
Hex D8 6 A 0 61 5F F 167 5F 2C
Octal 330 6 12 0 141 137 17 547 137 54
Binary 11011000 110 1010 0 1100001 1011111 1111 101100111 1011111 101100

Color Harmonies of #D8060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8060A

Black with #D8060A

Text Example


Text Example

White with #D8060A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8060A; }

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

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

background-color css

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

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

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

border-color css

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

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

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