#D5064F

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

Shades of Razzmatazz #D5064F

Tints of Razzmatazz #D5064F

Color information

#D5064F (or 0xD5064F) is unknown color: approx Razzmatazz. HEX triplet: D5, 06 and 4F. RGB value is (213,6,79). Sum of RGB (Red+Green+Blue) = 213+6+79=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 6 (2.73% from 255 or 2.01% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D5064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5064F is #2AF9B0. Grayscale: #4C4C4C. Windows color (decimal): -2816433 or 5179093. OLE color: 5179093.

HSL color Cylindrical-coordinate representation of color #D5064F: hue angle of 338.84º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5064F is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB213679-
CMYK00.970.630.16
HSL338.84º94.52%42.94%-
HSV(B)338.84º97.18%83.53%-
XYZ28.9214.848.74-
YUV76.22129.58225.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 71.48%
GREEN value IS 6 (2.73% from 255) = 2.01%
BLUE value IS 79 (31.25% from 255) = 26.51%
R=71.48%
G=2.01%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21367900.970.630.16338.8494.5242.94
HexD564F0613F101535f2b
Octal32561170141772052313753
Binary11010101110100111101100001111111100001010100111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5064F; }

 p { color: rgb(213,6,79); }

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

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

 a { background-color: rgb(213,6,79); }

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

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

 span { border-color: rgb(213,6,79); }

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