#D70E50

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

Shades of Razzmatazz #D70E50

Tints of Razzmatazz #D70E50

Color information

#D70E50 (or 0xD70E50) is unknown color: approx Razzmatazz. HEX triplet: D7, 0E and 50. RGB value is (215,14,80). Sum of RGB (Red+Green+Blue) = 215+14+80=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70E50 is #28F1AF. Grayscale: #515151. Windows color (decimal): -2683312 or 5246679. OLE color: 5246679.

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

Color convert

RGB2151480-
CMYK00.930.630.16
HSL340.3º87.77%44.9%-
HSV(B)340.3º93.49%84.31%-
XYZ29.6315.348.99-
YUV81.62127.09223.13-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 69.58%
GREEN value IS 14 (5.86% from 255) = 4.53%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=69.58%
G=4.53%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215148000.930.630.16340.387.7744.9
HexD7E5005D3F10154582d
Octal327161200135772052413055
Binary110101111110101000001011101111111100001010101001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70E50; }

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

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

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

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

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

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

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

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