Html Css Color HEX #D6080C Venetian Red

📋 copy color: '#D6080C'

red 214 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #D6080C

Tints of Venetian Red #D6080C

RGB

 RED value IS 214 (83.98% from 255) = 91.45%

 GREEN value IS 8 (3.52% from 255) = 3.42%

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

R = 91.45%
G = 3.42%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6080C (or 0xD6080C) is known color: Venetian Red. HEX triplet: D6, 08 and 0C. RGB value is (214,8,12). Sum of RGB (Red+Green+Blue) = 214+8+12=234 (30% of max value = 765). Red value is 214 (83.98% from 255 or 91.45% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 214 - color contains mainly: red. Hex color #D6080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D6080C is #29F7F3. Grayscale: #464646. Windows color (decimal): -2750452 or 788694. OLE color: 788694.

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

Color convert

RGB 214 8 12 -
CMYK 0 0.96 0.94 0.16
HSL 358.84º 0.93% 0.44% -
HSV(B) 358.84º 0.96% 0.84% -
XYZ 27.88 14.5 1.68 -
YUV 70.05 95.25 230.67 -
System Red Green Blue C M Y K H S L
Decimal 214 8 12 0 0.96 0.94 0.16 358.84 0.93 0.44
Hex D6 8 C 0 60 5E 10 167 5D 2C
Octal 326 10 14 0 140 136 20 547 135 54
Binary 11010110 1000 1100 0 1100000 1011110 10000 101100111 1011101 101100

Color Harmonies of #D6080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6080C

Black with #D6080C

Text Example


Text Example

White with #D6080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6080C; }

 p { color: rgb(214,8,12); }

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

background-color css

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

 a { background-color: rgb(214,8,12); }

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

border-color css

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

 span { border-color: rgb(214,8,12); }

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