#D8011B

Color #D8011B Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #D8011B

Tints of Venetian Red #D8011B

Color information

#D8011B (or 0xD8011B) is unknown color: approx Venetian Red. HEX triplet: D8, 01 and 1B. RGB value is (216,1,27). Sum of RGB (Red+Green+Blue) = 216+1+27=244 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.52% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 216 - color contains mainly: red. Hex color #D8011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8011B is #27FEE4. Grayscale: #444444. Windows color (decimal): -2621157 or 1769944. OLE color: 1769944.

HSL color Cylindrical-coordinate representation of color #D8011B: hue angle of 352.74º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8011B is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB216127-
CMYK01.000.880.15
HSL352.74º99.08%42.55%-
HSV(B)352.74º99.54%84.71%-
XYZ28.5314.72.37-
YUV68.25104.73233.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 88.52%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 27 (10.94% from 255) = 11.07%
R=88.52%
G=0.41%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.88
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612701.000.880.15352.7499.0842.55
HexD811B06458F161632b
Octal33013301441301754114353
Binary1101100011101101100100101100011111011000011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8011B; }

 p { color: rgb(216,1,27); }

 H1.HeaderClassName
 {
   color: #D8011B;
 }
 .AnyTagClassName
 {
   color: #D8011B;
 }
</style>
background-color css

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

 a { background-color: rgb(216,1,27); }

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

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

 span { border-color: rgb(216,1,27); }

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