Html Css Color HEX #C51C5E Ruby

📋 copy color: '#C51C5E'

red 197 ◦ green 28 ◦ blue 94

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

Shades of Ruby #C51C5E

Tints of Ruby #C51C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.78%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 61.76%
G = 8.78%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C51C5E (or 0xC51C5E) is known color: Ruby. HEX triplet: C5, 1C and 5E. RGB value is (197,28,94). Sum of RGB (Red+Green+Blue) = 197+28+94=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C5E is #3AE3A1. Grayscale: #555555. Windows color (decimal): -3859362 or 6167749. OLE color: 6167749.

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

Color convert

RGB 197 28 94 -
CMYK 0 0.86 0.52 0.23
HSL 336.57º 0.75% 0.44% -
HSV(B) 336.57º 0.86% 0.77% -
XYZ 25.46 13.51 11.86 -
YUV 86.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 197 28 94 0 0.86 0.52 0.23 336.57 0.75 0.44
Hex C5 1C 5E 0 56 34 17 151 4B 2C
Octal 305 34 136 0 126 64 27 521 113 54
Binary 11000101 11100 1011110 0 1010110 110100 10111 101010001 1001011 101100

Color Harmonies of #C51C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C5E

Black with #C51C5E

Text Example


Text Example

White with #C51C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C5E; }

 p { color: rgb(197,28,94); }

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

background-color css

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

 a { background-color: rgb(197,28,94); }

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

border-color css

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

 span { border-color: rgb(197,28,94); }

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