Html Css Color HEX #C51357 Ruby

📋 copy color: '#C51357'

red 197 ◦ green 19 ◦ blue 87

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

Shades of Ruby #C51357

Tints of Ruby #C51357

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

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

R = 65.02%
G = 6.27%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C51357 (or 0xC51357) is known color: Ruby. HEX triplet: C5, 13 and 57. RGB value is (197,19,87). Sum of RGB (Red+Green+Blue) = 197+19+87=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C51357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51357 is #3AECA8. Grayscale: #4F4F4F. Windows color (decimal): -3861673 or 5706693. OLE color: 5706693.

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

Color convert

RGB 197 19 87 -
CMYK 0 0.90 0.56 0.23
HSL 337.08º 0.82% 0.42% -
HSV(B) 337.08º 0.9% 0.77% -
XYZ 24.98 13.02 10.21 -
YUV 79.97 131.97 211.47 -
System Red Green Blue C M Y K H S L
Decimal 197 19 87 0 0.90 0.56 0.23 337.08 0.82 0.42
Hex C5 13 57 0 5A 38 17 151 52 2A
Octal 305 23 127 0 132 70 27 521 122 52
Binary 11000101 10011 1010111 0 1011010 111000 10111 101010001 1010010 101010

Color Harmonies of #C51357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51357

Black with #C51357

Text Example


Text Example

White with #C51357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51357; }

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

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

background-color css

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

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

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

border-color css

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

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

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