Html Css Color HEX #CF1759 Ruby

📋 copy color: '#CF1759'

red 207 ◦ green 23 ◦ blue 89

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

Shades of Ruby #CF1759

Tints of Ruby #CF1759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

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

R = 64.89%
G = 7.21%
B = 27.9%

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

#CF1759 (or 0xCF1759) is known color: Ruby. HEX triplet: CF, 17 and 59. RGB value is (207,23,89). Sum of RGB (Red+Green+Blue) = 207+23+89=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 89 (35.16% from 255 or 27.90% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1759 is #30E8A6. Grayscale: #555555. Windows color (decimal): -3205287 or 5838799. OLE color: 5838799.

HSL color Cylindrical-coordinate representation of color #CF1759: hue angle of 338.48º degrees, saturation: 0.8, 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 #CF1759 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 89 -
CMYK 0 0.89 0.57 0.19
HSL 338.48º 0.8% 0.45% -
HSV(B) 338.48º 0.89% 0.81% -
XYZ 27.84 14.6 10.8 -
YUV 85.54 129.96 214.63 -
System Red Green Blue C M Y K H S L
Decimal 207 23 89 0 0.89 0.57 0.19 338.48 0.8 0.45
Hex CF 17 59 0 59 39 13 152 50 2D
Octal 317 27 131 0 131 71 23 522 120 55
Binary 11001111 10111 1011001 0 1011001 111001 10011 101010010 1010000 101101

Color Harmonies of #CF1759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1759

Black with #CF1759

Text Example


Text Example

White with #CF1759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1759; }

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

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

background-color css

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

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

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

border-color css

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

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

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