#d70c4d

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

Shades of Razzmatazz #D70C4D

Tints of Razzmatazz #D70C4D

Color information

#D70C4D (or 0xD70C4D) is unknown color: approx Razzmatazz. HEX triplet: D7, 0C and 4D. RGB value is (215,12,77). Sum of RGB (Red+Green+Blue) = 215+12+77=304 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.72% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C4D is #28F3B2. Grayscale: #505050. Windows color (decimal): -2683827 or 5049559. OLE color: 5049559.

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

Color convert

RGB2151277-
CMYK00.940.640.16
HSL340.79º89.43%44.51%-
HSV(B)340.79º94.42%84.31%-
XYZ29.515.258.41-
YUV80.11126.25224.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 70.72%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 77 (30.47% from 255) = 25.33%
R=70.72%
G=3.95%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215127700.940.640.16340.7989.4344.51
HexD7C4D05E4010155592d
Octal3271411501361002052513155
Binary1101011111001001101010111101000000100001010101011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d70c4d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d70c4d; }

 p { color: rgb(215,12,77); }

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

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

 a { background-color: rgb(215,12,77); }

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

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

 span { border-color: rgb(215,12,77); }

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