#C8025F

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

Shades of Ruby #C8025F

Tints of Ruby #C8025F

Color information

#C8025F (or 0xC8025F) is unknown color: approx Ruby. HEX triplet: C8, 02 and 5F. RGB value is (200,2,95). Sum of RGB (Red+Green+Blue) = 200+2+95=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8025F is #37FDA0. Grayscale: #474747. Windows color (decimal): -3669409 or 6226632. OLE color: 6226632.

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

Color convert

RGB200295-
CMYK00.990.520.22
HSL331.82º98.02%39.61%-
HSV(B)331.82º99%78.43%-
XYZ25.9113.1512-
YUV71.8141.1219.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.34%
GREEN value IS 2 (1.17% from 255) = 0.67%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=67.34%
G=0.67%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20029500.990.520.22331.8298.0239.61
HexC825F063341614c6228
Octal31021370143642651414250
Binary1100100010101111101100011110100101101010011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8025F; }

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

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

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

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

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

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

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

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