Html Css Color HEX #CF1655 Ruby

📋 copy color: '#CF1655'

red 207 ◦ green 22 ◦ blue 85

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

Shades of Ruby #CF1655

Tints of Ruby #CF1655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.07%

R = 65.92%
G = 7.01%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF1655 (or 0xCF1655) is known color: Ruby. HEX triplet: CF, 16 and 55. RGB value is (207,22,85). Sum of RGB (Red+Green+Blue) = 207+22+85=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1655 is #30E9AA. Grayscale: #545454. Windows color (decimal): -3205547 or 5576399. OLE color: 5576399.

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

Color convert

RGB 207 22 85 -
CMYK 0 0.89 0.59 0.19
HSL 339.57º 0.81% 0.45% -
HSV(B) 339.57º 0.89% 0.81% -
XYZ 27.66 14.5 9.93 -
YUV 84.5 128.29 215.38 -
System Red Green Blue C M Y K H S L
Decimal 207 22 85 0 0.89 0.59 0.19 339.57 0.81 0.45
Hex CF 16 55 0 59 3B 13 154 51 2D
Octal 317 26 125 0 131 73 23 524 121 55
Binary 11001111 10110 1010101 0 1011001 111011 10011 101010100 1010001 101101

Color Harmonies of #CF1655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1655

Black with #CF1655

Text Example


Text Example

White with #CF1655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1655; }

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

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

background-color css

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

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

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

border-color css

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

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

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