#C81451

Color #C81451 Ruby (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ruby #C81451

Tints of Ruby #C81451

Color information

#C81451 (or 0xC81451) is unknown color: approx Ruby. HEX triplet: C8, 14 and 51. RGB value is (200,20,81). Sum of RGB (Red+Green+Blue) = 200+20+81=301 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.45% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 200 - color contains mainly: red. Hex color #C81451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81451 is #37EBAE. Grayscale: #505050. Windows color (decimal): -3664815 or 5313736. OLE color: 5313736.

HSL color Cylindrical-coordinate representation of color #C81451: hue angle of 339.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81451 is Cyan = 0, Magento = 0.9, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB2002081-
CMYK00.90.590.22
HSL339.67º81.82%43.14%-
HSV(B)339.67º90%78.43%-
XYZ25.5513.379.02-
YUV80.77128.13213.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 66.45%
GREEN value IS 20 (8.20% from 255) = 6.64%
BLUE value IS 81 (32.03% from 255) = 26.91%
R=66.45%
G=6.64%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200208100.90.590.22339.6781.8243.14
HexC8145105A3B16154522b
Octal310241210132732652412253
Binary1100100010100101000101011010111011101101010101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C81451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C81451; }

 p { color: rgb(200,20,81); }

 H1.HeaderClassName
 {
   color: #C81451;
 }
 .AnyTagClassName
 {
   color: #C81451;
 }
</style>
background-color css

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

 a { background-color: rgb(200,20,81); }

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

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

 span { border-color: rgb(200,20,81); }

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