Html Css Color HEX #C71053 Ruby

📋 copy color: '#C71053'

red 199 ◦ green 16 ◦ blue 83

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

Shades of Ruby #C71053

Tints of Ruby #C71053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 66.78%
G = 5.37%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C71053 (or 0xC71053) is known color: Ruby. HEX triplet: C7, 10 and 53. RGB value is (199,16,83). Sum of RGB (Red+Green+Blue) = 199+16+83=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C71053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71053 is #38EFAC. Grayscale: #4E4E4E. Windows color (decimal): -3731373 or 5443783. OLE color: 5443783.

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

Color convert

RGB 199 16 83 -
CMYK 0 0.92 0.58 0.22
HSL 338.03º 0.85% 0.42% -
HSV(B) 338.03º 0.92% 0.78% -
XYZ 25.3 13.14 9.39 -
YUV 78.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 199 16 83 0 0.92 0.58 0.22 338.03 0.85 0.42
Hex C7 10 53 0 5C 3A 16 152 55 2A
Octal 307 20 123 0 134 72 26 522 125 52
Binary 11000111 10000 1010011 0 1011100 111010 10110 101010010 1010101 101010

Color Harmonies of #C71053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71053

Black with #C71053

Text Example


Text Example

White with #C71053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71053; }

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

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

background-color css

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

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

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

border-color css

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

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

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