#CF5151

Color #CF5151 Valencia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valencia #CF5151

Tints of Valencia #CF5151

Color information

#CF5151 (or 0xCF5151) is unknown color: approx Valencia. HEX triplet: CF, 51 and 51. RGB value is (207,81,81). Sum of RGB (Red+Green+Blue) = 207+81+81=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5151 is #30AEAE. Grayscale: #767676. Windows color (decimal): -3190447 or 5329359. OLE color: 5329359.

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

Color convert

RGB2078181-
CMYK00.610.610.19
HSL56.76%56.47%-
HSV(B)60.87%81.18%-
XYZ30.1619.7410.01-
YUV118.67106.74191-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.10%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 81 (32.03% from 255) = 21.95%
R=56.10%
G=21.95%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207818100.610.610.19056.7656.47
HexCF515103D3D1303938
Octal317121121075752307170
Binary11001111101000110100010111101111101100110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5151; }

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

 H1.HeaderClassName
 {
   color: #CF5151;
 }
 .AnyTagClassName
 {
   color: #CF5151;
 }
</style>
background-color css

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

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

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

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

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

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