Html Css Color HEX #C21760 Ruby

📋 copy color: '#C21760'

red 194 ◦ green 23 ◦ blue 96

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

Shades of Ruby #C21760

Tints of Ruby #C21760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

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

R = 61.98%
G = 7.35%
B = 30.67%

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

#C21760 (or 0xC21760) is known color: Ruby. HEX triplet: C2, 17 and 60. RGB value is (194,23,96). Sum of RGB (Red+Green+Blue) = 194+23+96=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C21760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21760 is #3DE89F. Grayscale: #525252. Windows color (decimal): -4057248 or 6297538. OLE color: 6297538.

HSL color Cylindrical-coordinate representation of color #C21760: hue angle of 334.39º degrees, saturation: 0.79, 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 #C21760 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 96 -
CMYK 0 0.88 0.51 0.24
HSL 334.39º 0.79% 0.43% -
HSV(B) 334.39º 0.88% 0.76% -
XYZ 24.67 12.93 12.26 -
YUV 82.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 194 23 96 0 0.88 0.51 0.24 334.39 0.79 0.43
Hex C2 17 60 0 58 33 18 14E 4F 2B
Octal 302 27 140 0 130 63 30 516 117 53
Binary 11000010 10111 1100000 0 1011000 110011 11000 101001110 1001111 101011

Color Harmonies of #C21760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21760

Black with #C21760

Text Example


Text Example

White with #C21760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21760; }

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

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

background-color css

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

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

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

border-color css

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

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

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