Html Css Color HEX #C71259 Ruby

📋 copy color: '#C71259'

red 199 ◦ green 18 ◦ blue 89

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

Shades of Ruby #C71259

Tints of Ruby #C71259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.88%

 BLUE value IS 89 (35.16% from 255) = 29.08%

R = 65.03%
G = 5.88%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C71259 (or 0xC71259) is known color: Ruby. HEX triplet: C7, 12 and 59. RGB value is (199,18,89). Sum of RGB (Red+Green+Blue) = 199+18+89=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C71259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71259 is #38EDA6. Grayscale: #505050. Windows color (decimal): -3730855 or 5837511. OLE color: 5837511.

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

Color convert

RGB 199 18 89 -
CMYK 0 0.91 0.55 0.22
HSL 336.46º 0.83% 0.43% -
HSV(B) 336.46º 0.91% 0.78% -
XYZ 25.57 13.3 10.67 -
YUV 80.21 132.97 212.73 -
System Red Green Blue C M Y K H S L
Decimal 199 18 89 0 0.91 0.55 0.22 336.46 0.83 0.43
Hex C7 12 59 0 5B 37 16 150 53 2B
Octal 307 22 131 0 133 67 26 520 123 53
Binary 11000111 10010 1011001 0 1011011 110111 10110 101010000 1010011 101011

Color Harmonies of #C71259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71259

Black with #C71259

Text Example


Text Example

White with #C71259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71259; }

 p { color: rgb(199,18,89); }

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

background-color css

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

 a { background-color: rgb(199,18,89); }

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

border-color css

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

 span { border-color: rgb(199,18,89); }

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