Html Css Color HEX #C51151 Ruby

📋 copy color: '#C51151'

red 197 ◦ green 17 ◦ blue 81

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

Shades of Ruby #C51151

Tints of Ruby #C51151

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.76%

 BLUE value IS 81 (32.03% from 255) = 27.46%

R = 66.78%
G = 5.76%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C51151 (or 0xC51151) is known color: Ruby. HEX triplet: C5, 11 and 51. RGB value is (197,17,81). Sum of RGB (Red+Green+Blue) = 197+17+81=295 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.78% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 197 - color contains mainly: red. Hex color #C51151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51151 is #3AEEAE. Grayscale: #4E4E4E. Windows color (decimal): -3862191 or 5312965. OLE color: 5312965.

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

Color convert

RGB 197 17 81 -
CMYK 0 0.91 0.59 0.23
HSL 338.67º 0.84% 0.42% -
HSV(B) 338.67º 0.91% 0.77% -
XYZ 24.71 12.87 8.97 -
YUV 78.12 129.63 212.8 -
System Red Green Blue C M Y K H S L
Decimal 197 17 81 0 0.91 0.59 0.23 338.67 0.84 0.42
Hex C5 11 51 0 5B 3B 17 153 54 2A
Octal 305 21 121 0 133 73 27 523 124 52
Binary 11000101 10001 1010001 0 1011011 111011 10111 101010011 1010100 101010

Color Harmonies of #C51151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51151

Black with #C51151

Text Example


Text Example

White with #C51151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51151; }

 p { color: rgb(197,17,81); }

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

background-color css

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

 a { background-color: rgb(197,17,81); }

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

border-color css

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

 span { border-color: rgb(197,17,81); }

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