#d50015

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

Shades of Venetian Red #D50015

Tints of Venetian Red #D50015

Color information

#D50015 (or 0xD50015) is unknown color: approx Venetian Red. HEX triplet: D5, 00 and 15. RGB value is (213,0,21). Sum of RGB (Red+Green+Blue) = 213+0+21=234 (30% of max value = 765). Red value is 213 (83.59% from 255 or 91.03% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 213 - color contains mainly: red. Hex color #D50015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D50015 is #2AFFEA. Grayscale: #424242. Windows color (decimal): -2818027 or 1376469. OLE color: 1376469.

HSL color Cylindrical-coordinate representation of color #D50015: hue angle of 354.08º 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 #D50015 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB213021-
CMYK010.900.16
HSL354.08º100%41.76%-
HSV(B)354.08º100%83.53%-
XYZ27.5814.22-
YUV66.08102.57232.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 91.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=91.03%
G=0%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213021010.900.16354.0810041.76
HexD50150645A10162642a
Octal32502501441322054214452
Binary11010101010101011001001011010100001011000101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d50015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d50015; }

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

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

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

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

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

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

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

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