#D50001

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

Shades of Venetian Red #D50001

Tints of Venetian Red #D50001

Color information

#D50001 (or 0xD50001) is unknown color: approx Venetian Red. HEX triplet: D5, 00 and 01. RGB value is (213,0,1). Sum of RGB (Red+Green+Blue) = 213+0+1=214 (28% of max value = 765). Red value is 213 (83.59% from 255 or 99.53% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 213 - color contains mainly: red. Hex color #D50001 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50001 is #2AFFFE. Grayscale: #404040. Windows color (decimal): -2818047 or 65749. OLE color: 65749.

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

Color convert

RGB21301-
CMYK011.000.16
HSL359.72º100%41.76%-
HSV(B)359.72º100%83.53%-
XYZ27.4514.151.31-
YUV63.892.57234.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 99.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=99.53%
G=0%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21301011.000.16359.7210041.76
HexD5010646410168642a
Octal3250101441442055014452
Binary1101010101011001001100100100001011010001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50001; }

 p { color: rgb(213,0,1); }

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

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

 a { background-color: rgb(213,0,1); }

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

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

 span { border-color: rgb(213,0,1); }

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