Html Css Color HEX #C21558 Ruby

📋 copy color: '#C21558'

red 194 ◦ green 21 ◦ blue 88

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

Shades of Ruby #C21558

Tints of Ruby #C21558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.04%

R = 64.03%
G = 6.93%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C21558 (or 0xC21558) is known color: Ruby. HEX triplet: C2, 15 and 58. RGB value is (194,21,88). Sum of RGB (Red+Green+Blue) = 194+21+88=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C21558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21558 is #3DEAA7. Grayscale: #505050. Windows color (decimal): -4057768 or 5772738. OLE color: 5772738.

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

Color convert

RGB 194 21 88 -
CMYK 0 0.89 0.55 0.24
HSL 336.76º 0.8% 0.42% -
HSV(B) 336.76º 0.89% 0.76% -
XYZ 24.28 12.71 10.41 -
YUV 80.37 132.31 209.05 -
System Red Green Blue C M Y K H S L
Decimal 194 21 88 0 0.89 0.55 0.24 336.76 0.8 0.42
Hex C2 15 58 0 59 37 18 151 50 2A
Octal 302 25 130 0 131 67 30 521 120 52
Binary 11000010 10101 1011000 0 1011001 110111 11000 101010001 1010000 101010

Color Harmonies of #C21558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21558

Black with #C21558

Text Example


Text Example

White with #C21558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21558; }

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

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

background-color css

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

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

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

border-color css

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

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

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