#D3015C

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

Shades of Razzmatazz #D3015C

Tints of Razzmatazz #D3015C

Color information

#D3015C (or 0xD3015C) is unknown color: approx Razzmatazz. HEX triplet: D3, 01 and 5C. RGB value is (211,1,92). Sum of RGB (Red+Green+Blue) = 211+1+92=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D3015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3015C is #2CFEA3. Grayscale: #4A4A4A. Windows color (decimal): -2948772 or 6029779. OLE color: 6029779.

HSL color Cylindrical-coordinate representation of color #D3015C: hue angle of 334º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3015C is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB211192-
CMYK01.000.560.17
HSL334º99.06%41.57%-
HSV(B)334º99.53%82.75%-
XYZ28.8114.6411.43-
YUV74.16138.07225.6-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 69.41%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=69.41%
G=0.33%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21119201.000.560.1733499.0641.57
HexD315C064381114e632a
Octal32311340144702151614352
Binary110100111101110001100100111000100011010011101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3015C; }

 p { color: rgb(211,1,92); }

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

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

 a { background-color: rgb(211,1,92); }

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

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

 span { border-color: rgb(211,1,92); }

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