Html Css Color HEX #C21863 Ruby

📋 copy color: '#C21863'

red 194 ◦ green 24 ◦ blue 99

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

Shades of Ruby #C21863

Tints of Ruby #C21863

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.57%

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 61.2%
G = 7.57%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C21863 (or 0xC21863) is known color: Ruby. HEX triplet: C2, 18 and 63. RGB value is (194,24,99). Sum of RGB (Red+Green+Blue) = 194+24+99=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C21863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21863 is #3DE79C. Grayscale: #535353. Windows color (decimal): -4056989 or 6494402. OLE color: 6494402.

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

Color convert

RGB 194 24 99 -
CMYK 0 0.88 0.49 0.24
HSL 333.53º 0.78% 0.43% -
HSV(B) 333.53º 0.88% 0.76% -
XYZ 24.83 13.02 13.01 -
YUV 83.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 194 24 99 0 0.88 0.49 0.24 333.53 0.78 0.43
Hex C2 18 63 0 58 31 18 14E 4E 2B
Octal 302 30 143 0 130 61 30 516 116 53
Binary 11000010 11000 1100011 0 1011000 110001 11000 101001110 1001110 101011

Color Harmonies of #C21863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21863

Black with #C21863

Text Example


Text Example

White with #C21863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21863; }

 p { color: rgb(194,24,99); }

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

background-color css

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

 a { background-color: rgb(194,24,99); }

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

border-color css

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

 span { border-color: rgb(194,24,99); }

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