Html Css Color HEX #D6081B Venetian Red

📋 copy color: '#D6081B'

red 214 ◦ green 8 ◦ blue 27

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

Shades of Venetian Red #D6081B

Tints of Venetian Red #D6081B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.84%

R = 85.94%
G = 3.21%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6081B (or 0xD6081B) is known color: Venetian Red. HEX triplet: D6, 08 and 1B. RGB value is (214,8,27). Sum of RGB (Red+Green+Blue) = 214+8+27=249 (32% of max value = 765). Red value is 214 (83.98% from 255 or 85.94% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 214 - color contains mainly: red. Hex color #D6081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6081B is #29F7E4. Grayscale: #474747. Windows color (decimal): -2750437 or 1771734. OLE color: 1771734.

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

Color convert

RGB 214 8 27 -
CMYK 0 0.96 0.87 0.16
HSL 354.47º 0.93% 0.44% -
HSV(B) 354.47º 0.96% 0.84% -
XYZ 28.02 14.55 2.37 -
YUV 71.76 102.75 229.46 -
System Red Green Blue C M Y K H S L
Decimal 214 8 27 0 0.96 0.87 0.16 354.47 0.93 0.44
Hex D6 8 1B 0 60 57 10 162 5D 2C
Octal 326 10 33 0 140 127 20 542 135 54
Binary 11010110 1000 11011 0 1100000 1010111 10000 101100010 1011101 101100

Color Harmonies of #D6081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6081B

Black with #D6081B

Text Example


Text Example

White with #D6081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6081B; }

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

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

background-color css

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

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

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

border-color css

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

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

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