Html Css Color HEX #C51557 Ruby

📋 copy color: '#C51557'

red 197 ◦ green 21 ◦ blue 87

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

Shades of Ruby #C51557

Tints of Ruby #C51557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.89%

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

R = 64.59%
G = 6.89%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C51557 (or 0xC51557) is known color: Ruby. HEX triplet: C5, 15 and 57. RGB value is (197,21,87). Sum of RGB (Red+Green+Blue) = 197+21+87=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 87 (34.38% from 255 or 28.52% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C51557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51557 is #3AEAA8. Grayscale: #515151. Windows color (decimal): -3861161 or 5707205. OLE color: 5707205.

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

Color convert

RGB 197 21 87 -
CMYK 0 0.89 0.56 0.23
HSL 337.5º 0.81% 0.43% -
HSV(B) 337.5º 0.89% 0.77% -
XYZ 25.01 13.09 10.23 -
YUV 81.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 197 21 87 0 0.89 0.56 0.23 337.5 0.81 0.43
Hex C5 15 57 0 59 38 17 152 51 2B
Octal 305 25 127 0 131 70 27 522 121 53
Binary 11000101 10101 1010111 0 1011001 111000 10111 101010010 1010001 101011

Color Harmonies of #C51557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51557

Black with #C51557

Text Example


Text Example

White with #C51557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51557; }

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

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

background-color css

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

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

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

border-color css

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

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

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