#D70E51

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

Shades of Razzmatazz #D70E51

Tints of Razzmatazz #D70E51

Color information

#D70E51 (or 0xD70E51) is unknown color: approx Razzmatazz. HEX triplet: D7, 0E and 51. RGB value is (215,14,81). Sum of RGB (Red+Green+Blue) = 215+14+81=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E51 is #28F1AE. Grayscale: #515151. Windows color (decimal): -2683311 or 5312215. OLE color: 5312215.

HSL color Cylindrical-coordinate representation of color #D70E51: hue angle of 340º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70E51 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB2151481-
CMYK00.930.620.16
HSL340º87.77%44.9%-
HSV(B)340º93.49%84.31%-
XYZ29.6715.369.18-
YUV81.74127.59223.05-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 69.35%
GREEN value IS 14 (5.86% from 255) = 4.52%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=69.35%
G=4.52%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215148100.930.620.1634087.7744.9
HexD7E5105D3E10154582d
Octal327161210135762052413055
Binary110101111110101000101011101111110100001010101001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70E51; }

 p { color: rgb(215,14,81); }

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

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

 a { background-color: rgb(215,14,81); }

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

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

 span { border-color: rgb(215,14,81); }

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