#C8025D

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

Shades of Ruby #C8025D

Tints of Ruby #C8025D

Color information

#C8025D (or 0xC8025D) is unknown color: approx Ruby. HEX triplet: C8, 02 and 5D. RGB value is (200,2,93). Sum of RGB (Red+Green+Blue) = 200+2+93=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8025D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8025D is #37FDA2. Grayscale: #474747. Windows color (decimal): -3669411 or 6095560. OLE color: 6095560.

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

Color convert

RGB200293-
CMYK00.990.540.22
HSL332.42º98.02%39.61%-
HSV(B)332.42º99%78.43%-
XYZ25.8213.1111.53-
YUV71.58140.1219.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.80%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=67.80%
G=0.68%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20029300.990.540.22332.4298.0239.61
HexC825D063361614c6228
Octal31021350143662651414250
Binary1100100010101110101100011110110101101010011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8025D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8025D; }

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

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

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

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

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

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

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

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