Html Css Color HEX #C71957 Ruby

📋 copy color: '#C71957'

red 199 ◦ green 25 ◦ blue 87

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

Shades of Ruby #C71957

Tints of Ruby #C71957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.97%

R = 63.99%
G = 8.04%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C71957 (or 0xC71957) is known color: Ruby. HEX triplet: C7, 19 and 57. RGB value is (199,25,87). Sum of RGB (Red+Green+Blue) = 199+25+87=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C71957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71957 is #38E6A8. Grayscale: #545454. Windows color (decimal): -3729065 or 5708231. OLE color: 5708231.

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

Color convert

RGB 199 25 87 -
CMYK 0 0.87 0.56 0.22
HSL 338.62º 0.78% 0.44% -
HSV(B) 338.62º 0.87% 0.78% -
XYZ 25.62 13.53 10.28 -
YUV 84.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 199 25 87 0 0.87 0.56 0.22 338.62 0.78 0.44
Hex C7 19 57 0 57 38 16 153 4E 2C
Octal 307 31 127 0 127 70 26 523 116 54
Binary 11000111 11001 1010111 0 1010111 111000 10110 101010011 1001110 101100

Color Harmonies of #C71957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71957

Black with #C71957

Text Example


Text Example

White with #C71957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71957; }

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

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

background-color css

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

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

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

border-color css

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

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

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