#c7025d

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

Shades of Ruby #C7025D

Tints of Ruby #C7025D

Color information

#C7025D (or 0xC7025D) is unknown color: approx Ruby. HEX triplet: C7, 02 and 5D. RGB value is (199,2,93). Sum of RGB (Red+Green+Blue) = 199+2+93=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7025D is #38FDA2. Grayscale: #474747. Windows color (decimal): -3734947 or 6095559. OLE color: 6095559.

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

Color convert

RGB199293-
CMYK00.990.530.22
HSL332.28º98.01%39.41%-
HSV(B)332.28º98.99%78.04%-
XYZ25.5512.9811.51-
YUV71.28140.27219.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 67.69%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=67.69%
G=0.68%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19929300.990.530.22332.2898.0139.41
HexC725D063351614c6227
Octal30721350143652651414247
Binary1100011110101110101100011110101101101010011001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7025d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7025d; }

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

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

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

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

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

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

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

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