Html Css Color HEX #D6081D Venetian Red

📋 copy color: '#D6081D'

red 214 ◦ green 8 ◦ blue 29

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

Shades of Venetian Red #D6081D

Tints of Venetian Red #D6081D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.55%

R = 85.26%
G = 3.19%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6081D (or 0xD6081D) is known color: Venetian Red. HEX triplet: D6, 08 and 1D. RGB value is (214,8,29). Sum of RGB (Red+Green+Blue) = 214+8+29=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D6081D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6081D is #29F7E2. Grayscale: #484848. Windows color (decimal): -2750435 or 1902806. OLE color: 1902806.

HSL color Cylindrical-coordinate representation of color #D6081D: hue angle of 353.88º 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 #D6081D is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 8 29 -
CMYK 0 0.96 0.86 0.16
HSL 353.88º 0.93% 0.44% -
HSV(B) 353.88º 0.96% 0.84% -
XYZ 28.04 14.56 2.49 -
YUV 71.99 103.75 229.29 -
System Red Green Blue C M Y K H S L
Decimal 214 8 29 0 0.96 0.86 0.16 353.88 0.93 0.44
Hex D6 8 1D 0 60 56 10 162 5D 2C
Octal 326 10 35 0 140 126 20 542 135 54
Binary 11010110 1000 11101 0 1100000 1010110 10000 101100010 1011101 101100

Color Harmonies of #D6081D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6081D

Black with #D6081D

Text Example


Text Example

White with #D6081D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6081D; }

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

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

background-color css

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

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

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

border-color css

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

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

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