#D00353

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

Shades of Razzmatazz #D00353

Tints of Razzmatazz #D00353

Color information

#D00353 (or 0xD00353) is unknown color: approx Razzmatazz. HEX triplet: D0, 03 and 53. RGB value is (208,3,83). Sum of RGB (Red+Green+Blue) = 208+3+83=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D00353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00353 is #2FFCAC. Grayscale: #494949. Windows color (decimal): -3144877 or 5440464. OLE color: 5440464.

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

Color convert

RGB208383-
CMYK00.990.600.18
HSL336.59º97.16%41.37%-
HSV(B)336.59º98.56%81.57%-
XYZ27.6114.19.45-
YUV73.42133.42224-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 70.75%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 83 (32.81% from 255) = 28.23%
R=70.75%
G=1.02%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20838300.990.600.18336.5997.1641.37
HexD03530633C121516129
Octal32031230143742252114151
Binary1101000011101001101100011111100100101010100011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00353; }

 p { color: rgb(208,3,83); }

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

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

 a { background-color: rgb(208,3,83); }

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

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

 span { border-color: rgb(208,3,83); }

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