#C70D5D

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

Shades of Ruby #C70D5D

Tints of Ruby #C70D5D

Color information

#C70D5D (or 0xC70D5D) is unknown color: approx Ruby. HEX triplet: C7, 0D and 5D. RGB value is (199,13,93). Sum of RGB (Red+Green+Blue) = 199+13+93=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C70D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70D5D is #38F2A2. Grayscale: #4D4D4D. Windows color (decimal): -3732131 or 6098375. OLE color: 6098375.

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

Color convert

RGB1991393-
CMYK00.930.530.22
HSL334.19º87.74%41.57%-
HSV(B)334.19º93.47%78.04%-
XYZ25.6713.2211.55-
YUV77.73136.62214.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.25%
GREEN value IS 13 (5.47% from 255) = 4.26%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=65.25%
G=4.26%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199139300.930.530.22334.1987.7441.57
HexC7D5D05D351614e582a
Octal307151350135652651613052
Binary110001111101101110101011101110101101101010011101011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70D5D; }

 p { color: rgb(199,13,93); }

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

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

 a { background-color: rgb(199,13,93); }

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

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

 span { border-color: rgb(199,13,93); }

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