Html Css Color HEX #C20D55 Ruby

📋 copy color: '#C20D55'

red 194 ◦ green 13 ◦ blue 85

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

Shades of Ruby #C20D55

Tints of Ruby #C20D55

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.45%

 BLUE value IS 85 (33.59% from 255) = 29.11%

R = 66.44%
G = 4.45%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C20D55 (or 0xC20D55) is known color: Ruby. HEX triplet: C2, 0D and 55. RGB value is (194,13,85). Sum of RGB (Red+Green+Blue) = 194+13+85=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D55 is #3DF2AA. Grayscale: #4B4B4B. Windows color (decimal): -4059819 or 5574082. OLE color: 5574082.

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

Color convert

RGB 194 13 85 -
CMYK 0 0.93 0.56 0.24
HSL 336.13º 0.87% 0.41% -
HSV(B) 336.13º 0.93% 0.76% -
XYZ 24.03 12.41 9.72 -
YUV 75.33 133.47 212.65 -
System Red Green Blue C M Y K H S L
Decimal 194 13 85 0 0.93 0.56 0.24 336.13 0.87 0.41
Hex C2 D 55 0 5D 38 18 150 57 29
Octal 302 15 125 0 135 70 30 520 127 51
Binary 11000010 1101 1010101 0 1011101 111000 11000 101010000 1010111 101001

Color Harmonies of #C20D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D55

Black with #C20D55

Text Example


Text Example

White with #C20D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D55; }

 p { color: rgb(194,13,85); }

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

background-color css

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

 a { background-color: rgb(194,13,85); }

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

border-color css

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

 span { border-color: rgb(194,13,85); }

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