Html Css Color HEX #C21360 Ruby

📋 copy color: '#C21360'

red 194 ◦ green 19 ◦ blue 96

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

Shades of Ruby #C21360

Tints of Ruby #C21360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.15%

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

R = 62.78%
G = 6.15%
B = 31.07%

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

#C21360 (or 0xC21360) is known color: Ruby. HEX triplet: C2, 13 and 60. RGB value is (194,19,96). Sum of RGB (Red+Green+Blue) = 194+19+96=309 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.78% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 194 - color contains mainly: red. Hex color #C21360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21360 is #3DEC9F. Grayscale: #4F4F4F. Windows color (decimal): -4058272 or 6296514. OLE color: 6296514.

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

Color convert

RGB 194 19 96 -
CMYK 0 0.90 0.51 0.24
HSL 333.6º 0.82% 0.42% -
HSV(B) 333.6º 0.9% 0.76% -
XYZ 24.59 12.78 12.24 -
YUV 80.1 136.98 209.24 -
System Red Green Blue C M Y K H S L
Decimal 194 19 96 0 0.90 0.51 0.24 333.6 0.82 0.42
Hex C2 13 60 0 5A 33 18 14E 52 2A
Octal 302 23 140 0 132 63 30 516 122 52
Binary 11000010 10011 1100000 0 1011010 110011 11000 101001110 1010010 101010

Color Harmonies of #C21360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21360

Black with #C21360

Text Example


Text Example

White with #C21360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21360; }

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

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

background-color css

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

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

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

border-color css

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

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

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