#d01c54

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

Shades of Ruby #D01C54

Tints of Ruby #D01C54

Color information

#D01C54 (or 0xD01C54) is unknown color: approx Ruby. HEX triplet: D0, 1C and 54. RGB value is (208,28,84). Sum of RGB (Red+Green+Blue) = 208+28+84=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 84 (33.20% from 255 or 26.25% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D01C54 is #2FE3AB. Grayscale: #585858. Windows color (decimal): -3138476 or 5512400. OLE color: 5512400.

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

Color convert

RGB2082884-
CMYK00.870.600.18
HSL341.33º76.27%46.27%-
HSV(B)341.33º86.54%81.57%-
XYZ28.0314.889.78-
YUV88.2125.63213.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 65%
GREEN value IS 28 (11.33% from 255) = 8.75%
BLUE value IS 84 (33.20% from 255) = 26.25%
R=65%
G=8.75%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208288400.870.600.18341.3376.2746.27
HexD01C540573C121554c2e
Octal320341240127742252511456
Binary1101000011100101010001010111111100100101010101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d01c54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d01c54; }

 p { color: rgb(208,28,84); }

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

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

 a { background-color: rgb(208,28,84); }

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

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

 span { border-color: rgb(208,28,84); }

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