#d80022

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

Shades of Venetian Red #D80022

Tints of Venetian Red #D80022

Color information

#D80022 (or 0xD80022) is unknown color: approx Venetian Red. HEX triplet: D8, 00 and 22. RGB value is (216,0,34). Sum of RGB (Red+Green+Blue) = 216+0+34=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D80022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80022 is #27FFDD. Grayscale: #444444. Windows color (decimal): -2621406 or 2228440. OLE color: 2228440.

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

Color convert

RGB216034-
CMYK010.840.15
HSL350.56º100%42.35%-
HSV(B)350.56º100%84.71%-
XYZ28.6114.712.85-
YUV68.46108.56233.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 86.4%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 13.6%
R=86.4%
G=0%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216034010.840.15350.5610042.35
HexD802206454F15f642a
Octal33004201441241753714452
Binary11011000010001001100100101010011111010111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d80022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d80022; }

 p { color: rgb(216,0,34); }

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

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

 a { background-color: rgb(216,0,34); }

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

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

 span { border-color: rgb(216,0,34); }

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