#C8025E

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

Shades of Ruby #C8025E

Tints of Ruby #C8025E

Color information

#C8025E (or 0xC8025E) is unknown color: approx Ruby. HEX triplet: C8, 02 and 5E. RGB value is (200,2,94). Sum of RGB (Red+Green+Blue) = 200+2+94=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8025E is #37FDA1. Grayscale: #474747. Windows color (decimal): -3669410 or 6161096. OLE color: 6161096.

HSL color Cylindrical-coordinate representation of color #C8025E: hue angle of 332.12º 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 #C8025E is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB200294-
CMYK00.990.530.22
HSL332.12º98.02%39.61%-
HSV(B)332.12º99%78.43%-
XYZ25.8613.1311.76-
YUV71.69140.6219.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.57%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=67.57%
G=0.68%
B=31.76%

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
Decimal20029400.990.530.22332.1298.0239.61
HexC825E063351614c6228
Octal31021360143652651414250
Binary1100100010101111001100011110101101101010011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8025E; }

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

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

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

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

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

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

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

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