Html Css Color HEX #C51758 Ruby

📋 copy color: '#C51758'

red 197 ◦ green 23 ◦ blue 88

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

Shades of Ruby #C51758

Tints of Ruby #C51758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 63.96%
G = 7.47%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C51758 (or 0xC51758) is known color: Ruby. HEX triplet: C5, 17 and 58. RGB value is (197,23,88). Sum of RGB (Red+Green+Blue) = 197+23+88=308 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.96% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 197 - color contains mainly: red. Hex color #C51758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51758 is #3AE8A7. Grayscale: #525252. Windows color (decimal): -3860648 or 5773253. OLE color: 5773253.

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

Color convert

RGB 197 23 88 -
CMYK 0 0.88 0.55 0.23
HSL 337.59º 0.79% 0.43% -
HSV(B) 337.59º 0.88% 0.77% -
XYZ 25.09 13.19 10.46 -
YUV 82.44 131.15 209.71 -
System Red Green Blue C M Y K H S L
Decimal 197 23 88 0 0.88 0.55 0.23 337.59 0.79 0.43
Hex C5 17 58 0 58 37 17 152 4F 2B
Octal 305 27 130 0 130 67 27 522 117 53
Binary 11000101 10111 1011000 0 1011000 110111 10111 101010010 1001111 101011

Color Harmonies of #C51758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51758

Black with #C51758

Text Example


Text Example

White with #C51758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51758; }

 p { color: rgb(197,23,88); }

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

background-color css

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

 a { background-color: rgb(197,23,88); }

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

border-color css

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

 span { border-color: rgb(197,23,88); }

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