Html Css Color HEX #C71960 Ruby

📋 copy color: '#C71960'

red 199 ◦ green 25 ◦ blue 96

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

Shades of Ruby #C71960

Tints of Ruby #C71960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30%

R = 62.19%
G = 7.81%
B = 30%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C71960 (or 0xC71960) is known color: Ruby. HEX triplet: C7, 19 and 60. RGB value is (199,25,96). Sum of RGB (Red+Green+Blue) = 199+25+96=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C71960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71960 is #38E69F. Grayscale: #555555. Windows color (decimal): -3729056 or 6298055. OLE color: 6298055.

HSL color Cylindrical-coordinate representation of color #C71960: hue angle of 335.52º 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 #C71960 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 25 96 -
CMYK 0 0.87 0.52 0.22
HSL 335.52º 0.78% 0.44% -
HSV(B) 335.52º 0.87% 0.78% -
XYZ 26.01 13.68 12.34 -
YUV 85.12 134.15 209.23 -
System Red Green Blue C M Y K H S L
Decimal 199 25 96 0 0.87 0.52 0.22 335.52 0.78 0.44
Hex C7 19 60 0 57 34 16 150 4E 2C
Octal 307 31 140 0 127 64 26 520 116 54
Binary 11000111 11001 1100000 0 1010111 110100 10110 101010000 1001110 101100

Color Harmonies of #C71960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71960

Black with #C71960

Text Example


Text Example

White with #C71960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71960; }

 p { color: rgb(199,25,96); }

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

background-color css

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

 a { background-color: rgb(199,25,96); }

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

border-color css

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

 span { border-color: rgb(199,25,96); }

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