Html Css Color HEX #C50F57 Ruby

📋 copy color: '#C50F57'

red 197 ◦ green 15 ◦ blue 87

#C50F57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #C50F57

Tints of Ruby #C50F57

RGB

 RED value IS 197 (77.34% from 255) = 65.89%

 GREEN value IS 15 (6.25% from 255) = 5.02%

 BLUE value IS 87 (34.38% from 255) = 29.1%

R = 65.89%
G = 5.02%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C50F57 (or 0xC50F57) is known color: Ruby. HEX triplet: C5, 0F and 57. RGB value is (197,15,87). Sum of RGB (Red+Green+Blue) = 197+15+87=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C50F57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50F57 is #3AF0A8. Grayscale: #4D4D4D. Windows color (decimal): -3862697 or 5705669. OLE color: 5705669.

HSL color Cylindrical-coordinate representation of color #C50F57: hue angle of 336.26º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C50F57 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 15 87 -
CMYK 0 0.92 0.56 0.23
HSL 336.26º 0.86% 0.42% -
HSV(B) 336.26º 0.92% 0.77% -
XYZ 24.92 12.9 10.19 -
YUV 77.63 133.3 213.15 -
System Red Green Blue C M Y K H S L
Decimal 197 15 87 0 0.92 0.56 0.23 336.26 0.86 0.42
Hex C5 F 57 0 5C 38 17 150 56 2A
Octal 305 17 127 0 134 70 27 520 126 52
Binary 11000101 1111 1010111 0 1011100 111000 10111 101010000 1010110 101010

Color Harmonies of #C50F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50F57

Black with #C50F57

Text Example


Text Example

White with #C50F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50F57; }

 p { color: rgb(197,15,87); }

 H1.HeaderClassName
 {
   color: #C50F57;
 }
 .AnyTagClassName
 {
   color: #C50F57;
 }
</style>

background-color css

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

 a { background-color: rgb(197,15,87); }

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

border-color css

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

 span { border-color: rgb(197,15,87); }

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