Html Css Color HEX #C21560 Ruby

📋 copy color: '#C21560'

red 194 ◦ green 21 ◦ blue 96

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

Shades of Ruby #C21560

Tints of Ruby #C21560

RGB

 RED value IS 194 (76.17% from 255) = 62.38%

 GREEN value IS 21 (8.59% from 255) = 6.75%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 62.38%
G = 6.75%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C21560 (or 0xC21560) is known color: Ruby. HEX triplet: C2, 15 and 60. RGB value is (194,21,96). Sum of RGB (Red+Green+Blue) = 194+21+96=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C21560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21560 is #3DEA9F. Grayscale: #515151. Windows color (decimal): -4057760 or 6297026. OLE color: 6297026.

HSL color Cylindrical-coordinate representation of color #C21560: hue angle of 333.99º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21560 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 96 -
CMYK 0 0.89 0.51 0.24
HSL 333.99º 0.8% 0.42% -
HSV(B) 333.99º 0.89% 0.76% -
XYZ 24.63 12.85 12.25 -
YUV 81.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 194 21 96 0 0.89 0.51 0.24 333.99 0.8 0.42
Hex C2 15 60 0 59 33 18 14E 50 2A
Octal 302 25 140 0 131 63 30 516 120 52
Binary 11000010 10101 1100000 0 1011001 110011 11000 101001110 1010000 101010

Color Harmonies of #C21560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21560

Black with #C21560

Text Example


Text Example

White with #C21560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21560; }

 p { color: rgb(194,21,96); }

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

background-color css

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

 a { background-color: rgb(194,21,96); }

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

border-color css

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

 span { border-color: rgb(194,21,96); }

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