Html Css Color HEX #C21359 Ruby

📋 copy color: '#C21359'

red 194 ◦ green 19 ◦ blue 89

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

Shades of Ruby #C21359

Tints of Ruby #C21359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 29.47%

R = 64.24%
G = 6.29%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C21359 (or 0xC21359) is known color: Ruby. HEX triplet: C2, 13 and 59. RGB value is (194,19,89). Sum of RGB (Red+Green+Blue) = 194+19+89=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C21359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21359 is #3DECA6. Grayscale: #4F4F4F. Windows color (decimal): -4058279 or 5837762. OLE color: 5837762.

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

Color convert

RGB 194 19 89 -
CMYK 0 0.90 0.54 0.24
HSL 336º 0.82% 0.42% -
HSV(B) 336º 0.9% 0.76% -
XYZ 24.28 12.66 10.61 -
YUV 79.31 133.48 209.81 -
System Red Green Blue C M Y K H S L
Decimal 194 19 89 0 0.90 0.54 0.24 336 0.82 0.42
Hex C2 13 59 0 5A 36 18 150 52 2A
Octal 302 23 131 0 132 66 30 520 122 52
Binary 11000010 10011 1011001 0 1011010 110110 11000 101010000 1010010 101010

Color Harmonies of #C21359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21359

Black with #C21359

Text Example


Text Example

White with #C21359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21359; }

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

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

background-color css

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

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

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

border-color css

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

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

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