Html Css Color HEX #C11053 Ruby

📋 copy color: '#C11053'

red 193 ◦ green 16 ◦ blue 83

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

Shades of Ruby #C11053

Tints of Ruby #C11053

RGB

 RED value IS 193 (75.78% from 255) = 66.1%

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

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

R = 66.1%
G = 5.48%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C11053 (or 0xC11053) is known color: Ruby. HEX triplet: C1, 10 and 53. RGB value is (193,16,83). Sum of RGB (Red+Green+Blue) = 193+16+83=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C11053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11053 is #3EEFAC. Grayscale: #4C4C4C. Windows color (decimal): -4124589 or 5443777. OLE color: 5443777.

HSL color Cylindrical-coordinate representation of color #C11053: hue angle of 337.29º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11053 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 83 -
CMYK 0 0.92 0.57 0.24
HSL 337.29º 0.85% 0.41% -
HSV(B) 337.29º 0.92% 0.76% -
XYZ 23.74 12.33 9.31 -
YUV 76.56 131.64 211.05 -
System Red Green Blue C M Y K H S L
Decimal 193 16 83 0 0.92 0.57 0.24 337.29 0.85 0.41
Hex C1 10 53 0 5C 39 18 151 55 29
Octal 301 20 123 0 134 71 30 521 125 51
Binary 11000001 10000 1010011 0 1011100 111001 11000 101010001 1010101 101001

Color Harmonies of #C11053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11053

Black with #C11053

Text Example


Text Example

White with #C11053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11053; }

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

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

background-color css

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

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

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

border-color css

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

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

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