#D1004A

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

Shades of Razzmatazz #D1004A

Tints of Razzmatazz #D1004A

Color information

#D1004A (or 0xD1004A) is unknown color: approx Razzmatazz. HEX triplet: D1, 00 and 4A. RGB value is (209,0,74). Sum of RGB (Red+Green+Blue) = 209+0+74=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D1004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1004A is #2EFFB5. Grayscale: #464646. Windows color (decimal): -3080118 or 4849873. OLE color: 4849873.

HSL color Cylindrical-coordinate representation of color #D1004A: hue angle of 338.76º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1004A is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB209074-
CMYK010.650.18
HSL338.76º100%40.98%-
HSV(B)338.76º100%81.96%-
XYZ27.5314.057.74-
YUV70.93129.74226.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 73.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=73.85%
G=0%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209074010.650.18338.7610040.98
HexD104A06441121536429
Octal321011201441012252314451
Binary1101000101001010011001001000001100101010100111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1004A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1004A; }

 p { color: rgb(209,0,74); }

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

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

 a { background-color: rgb(209,0,74); }

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

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

 span { border-color: rgb(209,0,74); }

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