#df0021

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

Shades of Venetian Red #DF0021

Tints of Venetian Red #DF0021

Color information

#DF0021 (or 0xDF0021) is unknown color: approx Venetian Red. HEX triplet: DF, 00 and 21. RGB value is (223,0,33). Sum of RGB (Red+Green+Blue) = 223+0+33=256 (33% of max value = 765). Red value is 223 (87.5% from 255 or 87.11% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0021 is #20FFDE. Grayscale: #464646. Windows color (decimal): -2162655 or 2162911. OLE color: 2162911.

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

Color convert

RGB223033-
CMYK010.850.13
HSL351.12º100%43.73%-
HSV(B)351.12º100%87.45%-
XYZ30.7115.82.87-
YUV70.44106.88236.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 87.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 33 (13.28% from 255) = 12.89%
R=87.11%
G=0%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223033010.850.13351.1210043.73
HexDF02106455D15f642c
Octal33704101441251553714454
Binary11011111010000101100100101010111011010111111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df0021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df0021; }

 p { color: rgb(223,0,33); }

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

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

 a { background-color: rgb(223,0,33); }

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

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

 span { border-color: rgb(223,0,33); }

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