Html Css Color HEX #D6081A Venetian Red

📋 copy color: '#D6081A'

red 214 ◦ green 8 ◦ blue 26

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

Shades of Venetian Red #D6081A

Tints of Venetian Red #D6081A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 86.29%
G = 3.23%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6081A (or 0xD6081A) is known color: Venetian Red. HEX triplet: D6, 08 and 1A. RGB value is (214,8,26). Sum of RGB (Red+Green+Blue) = 214+8+26=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D6081A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6081A is #29F7E5. Grayscale: #474747. Windows color (decimal): -2750438 or 1706198. OLE color: 1706198.

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

Color convert

RGB 214 8 26 -
CMYK 0 0.96 0.88 0.16
HSL 354.76º 0.93% 0.44% -
HSV(B) 354.76º 0.96% 0.84% -
XYZ 28 14.54 2.31 -
YUV 71.65 102.25 229.54 -
System Red Green Blue C M Y K H S L
Decimal 214 8 26 0 0.96 0.88 0.16 354.76 0.93 0.44
Hex D6 8 1A 0 60 58 10 163 5D 2C
Octal 326 10 32 0 140 130 20 543 135 54
Binary 11010110 1000 11010 0 1100000 1011000 10000 101100011 1011101 101100

Color Harmonies of #D6081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6081A

Black with #D6081A

Text Example


Text Example

White with #D6081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6081A; }

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

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

background-color css

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

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

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

border-color css

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

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

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