Html Css Color HEX #C61959 Ruby

📋 copy color: '#C61959'

red 198 ◦ green 25 ◦ blue 89

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

Shades of Ruby #C61959

Tints of Ruby #C61959

RGB

 RED value IS 198 (77.73% from 255) = 63.46%

 GREEN value IS 25 (10.16% from 255) = 8.01%

 BLUE value IS 89 (35.16% from 255) = 28.53%

R = 63.46%
G = 8.01%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C61959 (or 0xC61959) is known color: Ruby. HEX triplet: C6, 19 and 59. RGB value is (198,25,89). Sum of RGB (Red+Green+Blue) = 198+25+89=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C61959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61959 is #39E6A6. Grayscale: #535353. Windows color (decimal): -3794599 or 5839302. OLE color: 5839302.

HSL color Cylindrical-coordinate representation of color #C61959: hue angle of 337.8º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61959 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 25 89 -
CMYK 0 0.87 0.55 0.22
HSL 337.8º 0.78% 0.44% -
HSV(B) 337.8º 0.87% 0.78% -
XYZ 25.44 13.42 10.7 -
YUV 84.02 130.81 209.3 -
System Red Green Blue C M Y K H S L
Decimal 198 25 89 0 0.87 0.55 0.22 337.8 0.78 0.44
Hex C6 19 59 0 57 37 16 152 4E 2C
Octal 306 31 131 0 127 67 26 522 116 54
Binary 11000110 11001 1011001 0 1010111 110111 10110 101010010 1001110 101100

Color Harmonies of #C61959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61959

Black with #C61959

Text Example


Text Example

White with #C61959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61959; }

 p { color: rgb(198,25,89); }

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

background-color css

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

 a { background-color: rgb(198,25,89); }

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

border-color css

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

 span { border-color: rgb(198,25,89); }

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