#cf1f58

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

Shades of Ruby #CF1F58

Tints of Ruby #CF1F58

Color information

#CF1F58 (or 0xCF1F58) is unknown color: approx Ruby. HEX triplet: CF, 1F and 58. RGB value is (207,31,88). Sum of RGB (Red+Green+Blue) = 207+31+88=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF1F58 is #30E0A7. Grayscale: #5A5A5A. Windows color (decimal): -3203240 or 5775311. OLE color: 5775311.

HSL color Cylindrical-coordinate representation of color #CF1F58: hue angle of 340.57º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF1F58 is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB2073188-
CMYK00.850.570.19
HSL340.57º73.95%46.67%-
HSV(B)340.57º85.02%81.18%-
XYZ27.9814.9510.64-
YUV90.12126.81211.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 63.50%
GREEN value IS 31 (12.5% from 255) = 9.51%
BLUE value IS 88 (34.77% from 255) = 26.99%
R=63.50%
G=9.51%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207318800.850.570.19340.5773.9546.67
HexCF1F5805539131554a2f
Octal317371300125712352511257
Binary1100111111111101100001010101111001100111010101011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1f58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1f58; }

 p { color: rgb(207,31,88); }

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

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

 a { background-color: rgb(207,31,88); }

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

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

 span { border-color: rgb(207,31,88); }

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