#CF1A5E

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

Shades of Ruby #CF1A5E

Tints of Ruby #CF1A5E

Color information

#CF1A5E (or 0xCF1A5E) is unknown color: approx Ruby. HEX triplet: CF, 1A and 5E. RGB value is (207,26,94). Sum of RGB (Red+Green+Blue) = 207+26+94=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1A5E is #30E5A1. Grayscale: #575757. Windows color (decimal): -3204514 or 6167247. OLE color: 6167247.

HSL color Cylindrical-coordinate representation of color #CF1A5E: hue angle of 337.46º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF1A5E is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB2072694-
CMYK00.870.550.19
HSL337.46º77.68%45.69%-
HSV(B)337.46º87.44%81.18%-
XYZ28.1214.8111.97-
YUV87.87131.47212.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.30%
GREEN value IS 26 (10.55% from 255) = 7.95%
BLUE value IS 94 (37.11% from 255) = 28.75%
R=63.30%
G=7.95%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207269400.870.550.19337.4677.6845.69
HexCF1A5E05737131514e2e
Octal317321360127672352111656
Binary1100111111010101111001010111110111100111010100011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1A5E; }

 p { color: rgb(207,26,94); }

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

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

 a { background-color: rgb(207,26,94); }

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

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

 span { border-color: rgb(207,26,94); }

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