Html Css Color HEX #CF1051 Ruby

📋 copy color: '#CF1051'

red 207 ◦ green 16 ◦ blue 81

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

Shades of Ruby #CF1051

Tints of Ruby #CF1051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.26%

 BLUE value IS 81 (32.03% from 255) = 26.64%

R = 68.09%
G = 5.26%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF1051 (or 0xCF1051) is known color: Ruby. HEX triplet: CF, 10 and 51. RGB value is (207,16,81). Sum of RGB (Red+Green+Blue) = 207+16+81=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF1051 is #30EFAE. Grayscale: #505050. Windows color (decimal): -3207087 or 5312719. OLE color: 5312719.

HSL color Cylindrical-coordinate representation of color #CF1051: hue angle of 339.58º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1051 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 16 81 -
CMYK 0 0.92 0.61 0.19
HSL 339.58º 0.86% 0.44% -
HSV(B) 339.58º 0.92% 0.81% -
XYZ 27.4 14.23 9.09 -
YUV 80.52 128.28 218.21 -
System Red Green Blue C M Y K H S L
Decimal 207 16 81 0 0.92 0.61 0.19 339.58 0.86 0.44
Hex CF 10 51 0 5C 3D 13 154 56 2C
Octal 317 20 121 0 134 75 23 524 126 54
Binary 11001111 10000 1010001 0 1011100 111101 10011 101010100 1010110 101100

Color Harmonies of #CF1051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF1051

Black with #CF1051

Text Example


Text Example

White with #CF1051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF1051; }

 p { color: rgb(207,16,81); }

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

background-color css

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

 a { background-color: rgb(207,16,81); }

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

border-color css

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

 span { border-color: rgb(207,16,81); }

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