Html Css Color HEX #CF1659 Ruby

📋 copy color: '#CF1659'

red 207 ◦ green 22 ◦ blue 89

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

Shades of Ruby #CF1659

Tints of Ruby #CF1659

RGB

 RED value IS 207 (81.25% from 255) = 65.09%

 GREEN value IS 22 (8.98% from 255) = 6.92%

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

R = 65.09%
G = 6.92%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF1659 (or 0xCF1659) is known color: Ruby. HEX triplet: CF, 16 and 59. RGB value is (207,22,89). Sum of RGB (Red+Green+Blue) = 207+22+89=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1659 is #30E9A6. Grayscale: #545454. Windows color (decimal): -3205543 or 5838543. OLE color: 5838543.

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

Color convert

RGB 207 22 89 -
CMYK 0 0.89 0.57 0.19
HSL 338.27º 0.81% 0.45% -
HSV(B) 338.27º 0.89% 0.81% -
XYZ 27.82 14.56 10.8 -
YUV 84.95 130.29 215.05 -
System Red Green Blue C M Y K H S L
Decimal 207 22 89 0 0.89 0.57 0.19 338.27 0.81 0.45
Hex CF 16 59 0 59 39 13 152 51 2D
Octal 317 26 131 0 131 71 23 522 121 55
Binary 11001111 10110 1011001 0 1011001 111001 10011 101010010 1010001 101101

Color Harmonies of #CF1659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1659

Black with #CF1659

Text Example


Text Example

White with #CF1659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1659; }

 p { color: rgb(207,22,89); }

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

background-color css

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

 a { background-color: rgb(207,22,89); }

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

border-color css

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

 span { border-color: rgb(207,22,89); }

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