Html Css Color HEX #C71456 Ruby

📋 copy color: '#C71456'

red 199 ◦ green 20 ◦ blue 86

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

Shades of Ruby #C71456

Tints of Ruby #C71456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.2%

R = 65.25%
G = 6.56%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C71456 (or 0xC71456) is known color: Ruby. HEX triplet: C7, 14 and 56. RGB value is (199,20,86). Sum of RGB (Red+Green+Blue) = 199+20+86=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C71456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71456 is #38EBA9. Grayscale: #505050. Windows color (decimal): -3730346 or 5641415. OLE color: 5641415.

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

Color convert

RGB 199 20 86 -
CMYK 0 0.90 0.57 0.22
HSL 337.88º 0.82% 0.43% -
HSV(B) 337.88º 0.9% 0.78% -
XYZ 25.48 13.31 10.03 -
YUV 81.05 130.8 212.13 -
System Red Green Blue C M Y K H S L
Decimal 199 20 86 0 0.90 0.57 0.22 337.88 0.82 0.43
Hex C7 14 56 0 5A 39 16 152 52 2B
Octal 307 24 126 0 132 71 26 522 122 53
Binary 11000111 10100 1010110 0 1011010 111001 10110 101010010 1010010 101011

Color Harmonies of #C71456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71456

Black with #C71456

Text Example


Text Example

White with #C71456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71456; }

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

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

background-color css

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

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

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

border-color css

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

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

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