Html Css Color HEX #C50750 Ruby

📋 copy color: '#C50750'

red 197 ◦ green 7 ◦ blue 80

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

Shades of Ruby #C50750

Tints of Ruby #C50750

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.46%

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 69.37%
G = 2.46%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C50750 (or 0xC50750) is known color: Ruby. HEX triplet: C5, 07 and 50. RGB value is (197,7,80). Sum of RGB (Red+Green+Blue) = 197+7+80=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C50750 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50750 is #3AF8AF. Grayscale: #484848. Windows color (decimal): -3864752 or 5244869. OLE color: 5244869.

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

Color convert

RGB 197 7 80 -
CMYK 0 0.96 0.59 0.23
HSL 336.95º 0.93% 0.4% -
HSV(B) 336.95º 0.96% 0.77% -
XYZ 24.55 12.6 8.73 -
YUV 72.13 132.45 217.06 -
System Red Green Blue C M Y K H S L
Decimal 197 7 80 0 0.96 0.59 0.23 336.95 0.93 0.4
Hex C5 7 50 0 60 3B 17 151 5D 28
Octal 305 7 120 0 140 73 27 521 135 50
Binary 11000101 111 1010000 0 1100000 111011 10111 101010001 1011101 101000

Color Harmonies of #C50750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50750

Black with #C50750

Text Example


Text Example

White with #C50750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50750; }

 p { color: rgb(197,7,80); }

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

background-color css

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

 a { background-color: rgb(197,7,80); }

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

border-color css

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

 span { border-color: rgb(197,7,80); }

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