Html Css Color HEX #C71759 Ruby

📋 copy color: '#C71759'

red 199 ◦ green 23 ◦ blue 89

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

Shades of Ruby #C71759

Tints of Ruby #C71759

RGB

 RED value IS 199 (78.13% from 255) = 63.99%

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

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

R = 63.99%
G = 7.4%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C71759 (or 0xC71759) is known color: Ruby. HEX triplet: C7, 17 and 59. RGB value is (199,23,89). Sum of RGB (Red+Green+Blue) = 199+23+89=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C71759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71759 is #38E8A6. Grayscale: #535353. Windows color (decimal): -3729575 or 5838791. OLE color: 5838791.

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

Color convert

RGB 199 23 89 -
CMYK 0 0.88 0.55 0.22
HSL 337.5º 0.79% 0.44% -
HSV(B) 337.5º 0.88% 0.78% -
XYZ 25.66 13.48 10.7 -
YUV 83.15 131.31 210.63 -
System Red Green Blue C M Y K H S L
Decimal 199 23 89 0 0.88 0.55 0.22 337.5 0.79 0.44
Hex C7 17 59 0 58 37 16 152 4F 2C
Octal 307 27 131 0 130 67 26 522 117 54
Binary 11000111 10111 1011001 0 1011000 110111 10110 101010010 1001111 101100

Color Harmonies of #C71759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71759

Black with #C71759

Text Example


Text Example

White with #C71759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71759; }

 p { color: rgb(199,23,89); }

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

background-color css

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

 a { background-color: rgb(199,23,89); }

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

border-color css

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

 span { border-color: rgb(199,23,89); }

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