Html Css Color HEX #C51B5F Ruby

📋 copy color: '#C51B5F'

red 197 ◦ green 27 ◦ blue 95

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

Shades of Ruby #C51B5F

Tints of Ruby #C51B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

 BLUE value IS 95 (37.5% from 255) = 29.78%

R = 61.76%
G = 8.46%
B = 29.78%

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

#C51B5F (or 0xC51B5F) is known color: Ruby. HEX triplet: C5, 1B and 5F. RGB value is (197,27,95). Sum of RGB (Red+Green+Blue) = 197+27+95=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51B5F is #3AE4A0. Grayscale: #555555. Windows color (decimal): -3859617 or 6233029. OLE color: 6233029.

HSL color Cylindrical-coordinate representation of color #C51B5F: hue angle of 336º degrees, saturation: 0.76, 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 #C51B5F is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 27 95 -
CMYK 0 0.86 0.52 0.23
HSL 336º 0.76% 0.44% -
HSV(B) 336º 0.86% 0.77% -
XYZ 25.48 13.48 12.09 -
YUV 85.58 133.32 207.47 -
System Red Green Blue C M Y K H S L
Decimal 197 27 95 0 0.86 0.52 0.23 336 0.76 0.44
Hex C5 1B 5F 0 56 34 17 150 4C 2C
Octal 305 33 137 0 126 64 27 520 114 54
Binary 11000101 11011 1011111 0 1010110 110100 10111 101010000 1001100 101100

Color Harmonies of #C51B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51B5F

Black with #C51B5F

Text Example


Text Example

White with #C51B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51B5F; }

 p { color: rgb(197,27,95); }

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

background-color css

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

 a { background-color: rgb(197,27,95); }

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

border-color css

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

 span { border-color: rgb(197,27,95); }

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