Html Css Color HEX #C71153 Ruby

📋 copy color: '#C71153'

red 199 ◦ green 17 ◦ blue 83

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

Shades of Ruby #C71153

Tints of Ruby #C71153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.76%

R = 66.56%
G = 5.69%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C71153 (or 0xC71153) is known color: Ruby. HEX triplet: C7, 11 and 53. RGB value is (199,17,83). Sum of RGB (Red+Green+Blue) = 199+17+83=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C71153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71153 is #38EEAC. Grayscale: #4E4E4E. Windows color (decimal): -3731117 or 5444039. OLE color: 5444039.

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

Color convert

RGB 199 17 83 -
CMYK 0 0.91 0.58 0.22
HSL 338.24º 0.84% 0.42% -
HSV(B) 338.24º 0.91% 0.78% -
XYZ 25.31 13.17 9.39 -
YUV 78.94 130.3 213.63 -
System Red Green Blue C M Y K H S L
Decimal 199 17 83 0 0.91 0.58 0.22 338.24 0.84 0.42
Hex C7 11 53 0 5B 3A 16 152 54 2A
Octal 307 21 123 0 133 72 26 522 124 52
Binary 11000111 10001 1010011 0 1011011 111010 10110 101010010 1010100 101010

Color Harmonies of #C71153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71153

Black with #C71153

Text Example


Text Example

White with #C71153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71153; }

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

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

background-color css

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

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

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

border-color css

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

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

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