Html Css Color HEX #C71150 Ruby

📋 copy color: '#C71150'

red 199 ◦ green 17 ◦ blue 80

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

Shades of Ruby #C71150

Tints of Ruby #C71150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.74%

 BLUE value IS 80 (31.64% from 255) = 27.03%

R = 67.23%
G = 5.74%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C71150 (or 0xC71150) is known color: Ruby. HEX triplet: C7, 11 and 50. RGB value is (199,17,80). Sum of RGB (Red+Green+Blue) = 199+17+80=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C71150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71150 is #38EEAF. Grayscale: #4E4E4E. Windows color (decimal): -3731120 or 5247431. OLE color: 5247431.

HSL color Cylindrical-coordinate representation of color #C71150: hue angle of 339.23º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71150 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 80 -
CMYK 0 0.91 0.60 0.22
HSL 339.23º 0.84% 0.42% -
HSV(B) 339.23º 0.91% 0.78% -
XYZ 25.2 13.12 8.79 -
YUV 78.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 199 17 80 0 0.91 0.60 0.22 339.23 0.84 0.42
Hex C7 11 50 0 5B 3C 16 153 54 2A
Octal 307 21 120 0 133 74 26 523 124 52
Binary 11000111 10001 1010000 0 1011011 111100 10110 101010011 1010100 101010

Color Harmonies of #C71150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71150

Black with #C71150

Text Example


Text Example

White with #C71150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71150; }

 p { color: rgb(199,17,80); }

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

background-color css

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

 a { background-color: rgb(199,17,80); }

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

border-color css

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

 span { border-color: rgb(199,17,80); }

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