#C61D5E

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

Shades of Ruby #C61D5E

Tints of Ruby #C61D5E

Color information

#C61D5E (or 0xC61D5E) is unknown color: approx Ruby. HEX triplet: C6, 1D and 5E. RGB value is (198,29,94). Sum of RGB (Red+Green+Blue) = 198+29+94=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C61D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61D5E is #39E2A1. Grayscale: #565656. Windows color (decimal): -3793570 or 6168006. OLE color: 6168006.

HSL color Cylindrical-coordinate representation of color #C61D5E: hue angle of 336.92º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C61D5E is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1982994-
CMYK00.850.530.22
HSL336.92º74.45%44.51%-
HSV(B)336.92º85.35%77.65%-
XYZ25.7513.6911.88-
YUV86.94131.99207.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.68%
GREEN value IS 29 (11.72% from 255) = 9.03%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=61.68%
G=9.03%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198299400.850.530.22336.9274.4544.51
HexC61D5E05535161514a2d
Octal306351360125652652111255
Binary1100011011101101111001010101110101101101010100011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C61D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C61D5E; }

 p { color: rgb(198,29,94); }

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

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

 a { background-color: rgb(198,29,94); }

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

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

 span { border-color: rgb(198,29,94); }

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