Html Css Color HEX #C51959 Ruby

📋 copy color: '#C51959'

red 197 ◦ green 25 ◦ blue 89

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

Shades of Ruby #C51959

Tints of Ruby #C51959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.04%

 BLUE value IS 89 (35.16% from 255) = 28.62%

R = 63.34%
G = 8.04%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C51959 (or 0xC51959) is known color: Ruby. HEX triplet: C5, 19 and 59. RGB value is (197,25,89). Sum of RGB (Red+Green+Blue) = 197+25+89=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C51959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51959 is #3AE6A6. Grayscale: #535353. Windows color (decimal): -3860135 or 5839301. OLE color: 5839301.

HSL color Cylindrical-coordinate representation of color #C51959: hue angle of 337.67º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C51959 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 25 89 -
CMYK 0 0.87 0.55 0.23
HSL 337.67º 0.77% 0.44% -
HSV(B) 337.67º 0.87% 0.77% -
XYZ 25.18 13.29 10.69 -
YUV 83.72 130.98 208.8 -
System Red Green Blue C M Y K H S L
Decimal 197 25 89 0 0.87 0.55 0.23 337.67 0.77 0.44
Hex C5 19 59 0 57 37 17 152 4D 2C
Octal 305 31 131 0 127 67 27 522 115 54
Binary 11000101 11001 1011001 0 1010111 110111 10111 101010010 1001101 101100

Color Harmonies of #C51959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51959

Black with #C51959

Text Example


Text Example

White with #C51959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51959; }

 p { color: rgb(197,25,89); }

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

background-color css

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

 a { background-color: rgb(197,25,89); }

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

border-color css

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

 span { border-color: rgb(197,25,89); }

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