#D8011A

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

Shades of Venetian Red #D8011A

Tints of Venetian Red #D8011A

Color information

#D8011A (or 0xD8011A) is unknown color: approx Venetian Red. HEX triplet: D8, 01 and 1A. RGB value is (216,1,26). Sum of RGB (Red+Green+Blue) = 216+1+26=243 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.89% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 216 - color contains mainly: red. Hex color #D8011A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8011A is #27FEE5. Grayscale: #444444. Windows color (decimal): -2621158 or 1704408. OLE color: 1704408.

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

Color convert

RGB216126-
CMYK01.000.880.15
HSL353.02º99.08%42.55%-
HSV(B)353.02º99.54%84.71%-
XYZ28.5214.72.31-
YUV68.14104.23233.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 88.89%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=88.89%
G=0.41%
B=10.70%

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
Decimal21612601.000.880.15353.0299.0842.55
HexD811A06458F161632b
Octal33013201441301754114353
Binary1101100011101001100100101100011111011000011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8011A; }

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

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

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

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

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

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

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

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