Html Css Color HEX #CF1560 Ruby

📋 copy color: '#CF1560'

red 207 ◦ green 21 ◦ blue 96

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

Shades of Ruby #CF1560

Tints of Ruby #CF1560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.48%

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 63.89%
G = 6.48%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF1560 (or 0xCF1560) is known color: Ruby. HEX triplet: CF, 15 and 60. RGB value is (207,21,96). Sum of RGB (Red+Green+Blue) = 207+21+96=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1560 is #30EA9F. Grayscale: #555555. Windows color (decimal): -3205792 or 6297039. OLE color: 6297039.

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

Color convert

RGB 207 21 96 -
CMYK 0 0.90 0.54 0.19
HSL 335.81º 0.82% 0.45% -
HSV(B) 335.81º 0.9% 0.81% -
XYZ 28.11 14.65 12.41 -
YUV 85.16 134.12 214.9 -
System Red Green Blue C M Y K H S L
Decimal 207 21 96 0 0.90 0.54 0.19 335.81 0.82 0.45
Hex CF 15 60 0 5A 36 13 150 52 2D
Octal 317 25 140 0 132 66 23 520 122 55
Binary 11001111 10101 1100000 0 1011010 110110 10011 101010000 1010010 101101

Color Harmonies of #CF1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1560

Black with #CF1560

Text Example


Text Example

White with #CF1560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1560; }

 p { color: rgb(207,21,96); }

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

background-color css

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

 a { background-color: rgb(207,21,96); }

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

border-color css

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

 span { border-color: rgb(207,21,96); }

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