Html Css Color HEX #C21159 Ruby

📋 copy color: '#C21159'

red 194 ◦ green 17 ◦ blue 89

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

Shades of Ruby #C21159

Tints of Ruby #C21159

RGB

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

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

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

R = 64.67%
G = 5.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C21159 (or 0xC21159) is known color: Ruby. HEX triplet: C2, 11 and 59. RGB value is (194,17,89). Sum of RGB (Red+Green+Blue) = 194+17+89=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C21159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21159 is #3DEEA6. Grayscale: #4E4E4E. Windows color (decimal): -4058791 or 5837250. OLE color: 5837250.

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

Color convert

RGB 194 17 89 -
CMYK 0 0.91 0.54 0.24
HSL 335.59º 0.84% 0.41% -
HSV(B) 335.59º 0.91% 0.76% -
XYZ 24.25 12.59 10.6 -
YUV 78.13 134.14 210.65 -
System Red Green Blue C M Y K H S L
Decimal 194 17 89 0 0.91 0.54 0.24 335.59 0.84 0.41
Hex C2 11 59 0 5B 36 18 150 54 29
Octal 302 21 131 0 133 66 30 520 124 51
Binary 11000010 10001 1011001 0 1011011 110110 11000 101010000 1010100 101001

Color Harmonies of #C21159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21159

Black with #C21159

Text Example


Text Example

White with #C21159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21159; }

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

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

background-color css

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

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

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

border-color css

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

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

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