Html Css Color HEX #C21765 Ruby

📋 copy color: '#C21765'

red 194 ◦ green 23 ◦ blue 101

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

Shades of Ruby #C21765

Tints of Ruby #C21765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.76%

R = 61.01%
G = 7.23%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C21765 (or 0xC21765) is known color: Ruby. HEX triplet: C2, 17 and 65. RGB value is (194,23,101). Sum of RGB (Red+Green+Blue) = 194+23+101=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C21765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21765 is #3DE89A. Grayscale: #525252. Windows color (decimal): -4057243 or 6625218. OLE color: 6625218.

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

Color convert

RGB 194 23 101 -
CMYK 0 0.88 0.48 0.24
HSL 332.63º 0.79% 0.43% -
HSV(B) 332.63º 0.88% 0.76% -
XYZ 24.9 13.02 13.51 -
YUV 83.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 194 23 101 0 0.88 0.48 0.24 332.63 0.79 0.43
Hex C2 17 65 0 58 30 18 14D 4F 2B
Octal 302 27 145 0 130 60 30 515 117 53
Binary 11000010 10111 1100101 0 1011000 110000 11000 101001101 1001111 101011

Color Harmonies of #C21765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21765

Black with #C21765

Text Example


Text Example

White with #C21765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21765; }

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

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

background-color css

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

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

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

border-color css

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

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

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