Html Css Color HEX #C21860 Ruby

📋 copy color: '#C21860'

red 194 ◦ green 24 ◦ blue 96

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

Shades of Ruby #C21860

Tints of Ruby #C21860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.64%

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

R = 61.78%
G = 7.64%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C21860 (or 0xC21860) is known color: Ruby. HEX triplet: C2, 18 and 60. RGB value is (194,24,96). Sum of RGB (Red+Green+Blue) = 194+24+96=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C21860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21860 is #3DE79F. Grayscale: #525252. Windows color (decimal): -4056992 or 6297794. OLE color: 6297794.

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

Color convert

RGB 194 24 96 -
CMYK 0 0.88 0.51 0.24
HSL 334.59º 0.78% 0.43% -
HSV(B) 334.59º 0.88% 0.76% -
XYZ 24.69 12.97 12.27 -
YUV 83.04 135.32 207.15 -
System Red Green Blue C M Y K H S L
Decimal 194 24 96 0 0.88 0.51 0.24 334.59 0.78 0.43
Hex C2 18 60 0 58 33 18 14F 4E 2B
Octal 302 30 140 0 130 63 30 517 116 53
Binary 11000010 11000 1100000 0 1011000 110011 11000 101001111 1001110 101011

Color Harmonies of #C21860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21860

Black with #C21860

Text Example


Text Example

White with #C21860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21860; }

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

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

background-color css

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

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

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

border-color css

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

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

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