#CD1854

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

Shades of Ruby #CD1854

Tints of Ruby #CD1854

Color information

#CD1854 (or 0xCD1854) is unknown color: approx Ruby. HEX triplet: CD, 18 and 54. RGB value is (205,24,84). Sum of RGB (Red+Green+Blue) = 205+24+84=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1854 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1854 is #32E7AB. Grayscale: #545454. Windows color (decimal): -3336108 or 5511373. OLE color: 5511373.

HSL color Cylindrical-coordinate representation of color #CD1854: hue angle of 340.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD1854 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB2052484-
CMYK00.880.590.20
HSL340.11º79.04%44.9%-
HSV(B)340.11º88.29%80.39%-
XYZ27.114.279.71-
YUV84.96127.47213.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 65.50%
GREEN value IS 24 (9.77% from 255) = 7.67%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=65.50%
G=7.67%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205248400.880.590.20340.1179.0444.9
HexCD18540583B141544f2d
Octal315301240130732452411755
Binary1100110111000101010001011000111011101001010101001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1854; }

 p { color: rgb(205,24,84); }

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

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

 a { background-color: rgb(205,24,84); }

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

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

 span { border-color: rgb(205,24,84); }

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