Html Css Color HEX #C50D5D Ruby

📋 copy color: '#C50D5D'

red 197 ◦ green 13 ◦ blue 93

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

Shades of Ruby #C50D5D

Tints of Ruby #C50D5D

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.29%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 65.02%
G = 4.29%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C50D5D (or 0xC50D5D) is known color: Ruby. HEX triplet: C5, 0D and 5D. RGB value is (197,13,93). Sum of RGB (Red+Green+Blue) = 197+13+93=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D5D is #3AF2A2. Grayscale: #4D4D4D. Windows color (decimal): -3863203 or 6098373. OLE color: 6098373.

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

Color convert

RGB 197 13 93 -
CMYK 0 0.93 0.53 0.23
HSL 333.91º 0.88% 0.41% -
HSV(B) 333.91º 0.93% 0.77% -
XYZ 25.15 12.95 11.53 -
YUV 77.14 136.96 213.5 -
System Red Green Blue C M Y K H S L
Decimal 197 13 93 0 0.93 0.53 0.23 333.91 0.88 0.41
Hex C5 D 5D 0 5D 35 17 14E 58 29
Octal 305 15 135 0 135 65 27 516 130 51
Binary 11000101 1101 1011101 0 1011101 110101 10111 101001110 1011000 101001

Color Harmonies of #C50D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D5D

Black with #C50D5D

Text Example


Text Example

White with #C50D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D5D; }

 p { color: rgb(197,13,93); }

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

background-color css

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

 a { background-color: rgb(197,13,93); }

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

border-color css

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

 span { border-color: rgb(197,13,93); }

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