#D9064F

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

Shades of Razzmatazz #D9064F

Tints of Razzmatazz #D9064F

Color information

#D9064F (or 0xD9064F) is unknown color: approx Razzmatazz. HEX triplet: D9, 06 and 4F. RGB value is (217,6,79). Sum of RGB (Red+Green+Blue) = 217+6+79=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D9064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9064F is #26F9B0. Grayscale: #4D4D4D. Windows color (decimal): -2554289 or 5179097. OLE color: 5179097.

HSL color Cylindrical-coordinate representation of color #D9064F: hue angle of 339.24º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9064F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB217679-
CMYK00.970.640.15
HSL339.24º94.62%43.73%-
HSV(B)339.24º97.24%85.1%-
XYZ30.0915.458.79-
YUV77.41128.9227.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 71.85%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 79 (31.25% from 255) = 26.16%
R=71.85%
G=1.99%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21767900.970.640.15339.2494.6243.73
HexD964F06140F1535f2c
Octal331611701411001752313754
Binary11011001110100111101100001100000011111010100111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9064F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9064F; }

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

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

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

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

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

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

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

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