Html Css Color HEX #C21460 Ruby

📋 copy color: '#C21460'

red 194 ◦ green 20 ◦ blue 96

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

Shades of Ruby #C21460

Tints of Ruby #C21460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

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

R = 62.58%
G = 6.45%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C21460 (or 0xC21460) is known color: Ruby. HEX triplet: C2, 14 and 60. RGB value is (194,20,96). Sum of RGB (Red+Green+Blue) = 194+20+96=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C21460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21460 is #3DEB9F. Grayscale: #505050. Windows color (decimal): -4058016 or 6296770. OLE color: 6296770.

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

Color convert

RGB 194 20 96 -
CMYK 0 0.90 0.51 0.24
HSL 333.79º 0.81% 0.42% -
HSV(B) 333.79º 0.9% 0.76% -
XYZ 24.61 12.81 12.24 -
YUV 80.69 136.65 208.82 -
System Red Green Blue C M Y K H S L
Decimal 194 20 96 0 0.90 0.51 0.24 333.79 0.81 0.42
Hex C2 14 60 0 5A 33 18 14E 51 2A
Octal 302 24 140 0 132 63 30 516 121 52
Binary 11000010 10100 1100000 0 1011010 110011 11000 101001110 1010001 101010

Color Harmonies of #C21460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21460

Black with #C21460

Text Example


Text Example

White with #C21460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21460; }

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

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

background-color css

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

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

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

border-color css

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

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

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