Html Css Color HEX #C71457 Ruby

📋 copy color: '#C71457'

red 199 ◦ green 20 ◦ blue 87

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

Shades of Ruby #C71457

Tints of Ruby #C71457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.54%

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

R = 65.03%
G = 6.54%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C71457 (or 0xC71457) is known color: Ruby. HEX triplet: C7, 14 and 57. RGB value is (199,20,87). Sum of RGB (Red+Green+Blue) = 199+20+87=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C71457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71457 is #38EBA8. Grayscale: #515151. Windows color (decimal): -3730345 or 5706951. OLE color: 5706951.

HSL color Cylindrical-coordinate representation of color #C71457: hue angle of 337.54º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C71457 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 20 87 -
CMYK 0 0.90 0.56 0.22
HSL 337.54º 0.82% 0.43% -
HSV(B) 337.54º 0.9% 0.78% -
XYZ 25.52 13.33 10.24 -
YUV 81.16 131.3 212.05 -
System Red Green Blue C M Y K H S L
Decimal 199 20 87 0 0.90 0.56 0.22 337.54 0.82 0.43
Hex C7 14 57 0 5A 38 16 152 52 2B
Octal 307 24 127 0 132 70 26 522 122 53
Binary 11000111 10100 1010111 0 1011010 111000 10110 101010010 1010010 101011

Color Harmonies of #C71457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71457

Black with #C71457

Text Example


Text Example

White with #C71457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71457; }

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

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

background-color css

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

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

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

border-color css

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

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

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