#CB1D5F

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

Shades of Ruby #CB1D5F

Tints of Ruby #CB1D5F

Color information

#CB1D5F (or 0xCB1D5F) is unknown color: approx Ruby. HEX triplet: CB, 1D and 5F. RGB value is (203,29,95). Sum of RGB (Red+Green+Blue) = 203+29+95=327 (43% of max value = 765). Red value is 203 (79.69% from 255 or 62.08% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB1D5F is #34E2A0. Grayscale: #585858. Windows color (decimal): -3465889 or 6233547. OLE color: 6233547.

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

Color convert

RGB2032995-
CMYK00.860.530.20
HSL337.24º75%45.49%-
HSV(B)337.24º85.71%79.61%-
XYZ27.1314.412.18-
YUV88.55131.65209.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 62.08%
GREEN value IS 29 (11.72% from 255) = 8.87%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=62.08%
G=8.87%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203299500.860.530.20337.247545.49
HexCB1D5F05635141514b2d
Octal313351370126652452111355
Binary1100101111101101111101010110110101101001010100011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1D5F; }

 p { color: rgb(203,29,95); }

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

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

 a { background-color: rgb(203,29,95); }

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

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

 span { border-color: rgb(203,29,95); }

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