Html Css Color HEX #C21966 Ruby

📋 copy color: '#C21966'

red 194 ◦ green 25 ◦ blue 102

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

Shades of Ruby #C21966

Tints of Ruby #C21966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

 BLUE value IS 102 (40.23% from 255) = 31.78%

R = 60.44%
G = 7.79%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C21966 (or 0xC21966) is known color: Ruby. HEX triplet: C2, 19 and 66. RGB value is (194,25,102). Sum of RGB (Red+Green+Blue) = 194+25+102=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C21966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21966 is #3DE699. Grayscale: #545454. Windows color (decimal): -4056730 or 6691266. OLE color: 6691266.

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

Color convert

RGB 194 25 102 -
CMYK 0 0.87 0.47 0.24
HSL 332.66º 0.77% 0.43% -
HSV(B) 332.66º 0.87% 0.76% -
XYZ 24.99 13.12 13.79 -
YUV 84.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 194 25 102 0 0.87 0.47 0.24 332.66 0.77 0.43
Hex C2 19 66 0 57 2F 18 14D 4D 2B
Octal 302 31 146 0 127 57 30 515 115 53
Binary 11000010 11001 1100110 0 1010111 101111 11000 101001101 1001101 101011

Color Harmonies of #C21966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21966

Black with #C21966

Text Example


Text Example

White with #C21966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21966; }

 p { color: rgb(194,25,102); }

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

background-color css

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

 a { background-color: rgb(194,25,102); }

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

border-color css

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

 span { border-color: rgb(194,25,102); }

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