Html Css Color HEX #C21559 Ruby

📋 copy color: '#C21559'

red 194 ◦ green 21 ◦ blue 89

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

Shades of Ruby #C21559

Tints of Ruby #C21559

RGB

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

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

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

R = 63.82%
G = 6.91%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C21559 (or 0xC21559) is known color: Ruby. HEX triplet: C2, 15 and 59. RGB value is (194,21,89). Sum of RGB (Red+Green+Blue) = 194+21+89=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C21559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21559 is #3DEAA6. Grayscale: #505050. Windows color (decimal): -4057767 or 5838274. OLE color: 5838274.

HSL color Cylindrical-coordinate representation of color #C21559: hue angle of 336.42º 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 #C21559 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 89 -
CMYK 0 0.89 0.54 0.24
HSL 336.42º 0.8% 0.42% -
HSV(B) 336.42º 0.89% 0.76% -
XYZ 24.32 12.73 10.63 -
YUV 80.48 132.81 208.97 -
System Red Green Blue C M Y K H S L
Decimal 194 21 89 0 0.89 0.54 0.24 336.42 0.8 0.42
Hex C2 15 59 0 59 36 18 150 50 2A
Octal 302 25 131 0 131 66 30 520 120 52
Binary 11000010 10101 1011001 0 1011001 110110 11000 101010000 1010000 101010

Color Harmonies of #C21559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21559

Black with #C21559

Text Example


Text Example

White with #C21559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21559; }

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

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

background-color css

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

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

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

border-color css

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

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

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