#C71354

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

Shades of Ruby #C71354

Tints of Ruby #C71354

Color information

#C71354 (or 0xC71354) is unknown color: approx Ruby. HEX triplet: C7, 13 and 54. RGB value is (199,19,84). Sum of RGB (Red+Green+Blue) = 199+19+84=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C71354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71354 is #38ECAB. Grayscale: #505050. Windows color (decimal): -3730604 or 5510087. OLE color: 5510087.

HSL color Cylindrical-coordinate representation of color #C71354: hue angle of 338.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71354 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB1991984-
CMYK00.900.580.22
HSL338.33º82.57%42.75%-
HSV(B)338.33º90.45%78.04%-
XYZ25.3913.259.61-
YUV80.23130.13212.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 65.89%
GREEN value IS 19 (7.81% from 255) = 6.29%
BLUE value IS 84 (33.20% from 255) = 27.81%
R=65.89%
G=6.29%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199198400.900.580.22338.3382.5742.75
HexC7135405A3A16152532b
Octal307231240132722652212353
Binary1100011110011101010001011010111010101101010100101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71354; }

 p { color: rgb(199,19,84); }

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

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

 a { background-color: rgb(199,19,84); }

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

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

 span { border-color: rgb(199,19,84); }

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