#C70E4F

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

Shades of Ruby #C70E4F

Tints of Ruby #C70E4F

Color information

#C70E4F (or 0xC70E4F) is unknown color: approx Ruby. HEX triplet: C7, 0E and 4F. RGB value is (199,14,79). Sum of RGB (Red+Green+Blue) = 199+14+79=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C70E4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70E4F is #38F1B0. Grayscale: #4C4C4C. Windows color (decimal): -3731889 or 5181127. OLE color: 5181127.

HSL color Cylindrical-coordinate representation of color #C70E4F: hue angle of 338.92º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C70E4F is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB1991479-
CMYK00.930.600.22
HSL338.92º86.85%41.76%-
HSV(B)338.92º92.96%78.04%-
XYZ25.1213.028.59-
YUV76.72129.29215.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 68.15%
GREEN value IS 14 (5.86% from 255) = 4.79%
BLUE value IS 79 (31.25% from 255) = 27.05%
R=68.15%
G=4.79%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199147900.930.600.22338.9286.8541.76
HexC7E4F05D3C16153572a
Octal307161170135742652312752
Binary110001111110100111101011101111100101101010100111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70E4F; }

 p { color: rgb(199,14,79); }

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

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

 a { background-color: rgb(199,14,79); }

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

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

 span { border-color: rgb(199,14,79); }

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