Html Css Color HEX #C51A5B Ruby

📋 copy color: '#C51A5B'

red 197 ◦ green 26 ◦ blue 91

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

Shades of Ruby #C51A5B

Tints of Ruby #C51A5B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.28%

 BLUE value IS 91 (35.94% from 255) = 28.98%

R = 62.74%
G = 8.28%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C51A5B (or 0xC51A5B) is known color: Ruby. HEX triplet: C5, 1A and 5B. RGB value is (197,26,91). Sum of RGB (Red+Green+Blue) = 197+26+91=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A5B is #3AE5A4. Grayscale: #545454. Windows color (decimal): -3859877 or 5970629. OLE color: 5970629.

HSL color Cylindrical-coordinate representation of color #C51A5B: hue angle of 337.19º 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 #C51A5B is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 26 91 -
CMYK 0 0.87 0.54 0.23
HSL 337.19º 0.77% 0.44% -
HSV(B) 337.19º 0.87% 0.77% -
XYZ 25.28 13.36 11.14 -
YUV 84.54 131.65 208.21 -
System Red Green Blue C M Y K H S L
Decimal 197 26 91 0 0.87 0.54 0.23 337.19 0.77 0.44
Hex C5 1A 5B 0 57 36 17 151 4D 2C
Octal 305 32 133 0 127 66 27 521 115 54
Binary 11000101 11010 1011011 0 1010111 110110 10111 101010001 1001101 101100

Color Harmonies of #C51A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A5B

Black with #C51A5B

Text Example


Text Example

White with #C51A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A5B; }

 p { color: rgb(197,26,91); }

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

background-color css

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

 a { background-color: rgb(197,26,91); }

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

border-color css

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

 span { border-color: rgb(197,26,91); }

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