#D65249

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

Shades of Valencia #D65249

Tints of Valencia #D65249

Color information

#D65249 (or 0xD65249) is unknown color: approx Valencia. HEX triplet: D6, 52 and 49. RGB value is (214,82,73). Sum of RGB (Red+Green+Blue) = 214+82+73=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D65249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65249 is #29ADB6. Grayscale: #787878. Windows color (decimal): -2731447 or 4805334. OLE color: 4805334.

HSL color Cylindrical-coordinate representation of color #D65249: hue angle of 3.83º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D65249 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2148273-
CMYK00.620.660.16
HSL3.83º63.23%56.27%-
HSV(B)3.83º65.89%83.92%-
XYZ31.9520.818.64-
YUV120.44101.23194.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.99%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 73 (28.91% from 255) = 19.78%
R=57.99%
G=22.22%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214827300.620.660.163.8363.2356.27
HexD6524903E421043f38
Octal3261221110761022047770
Binary11010110101001010010010111110100001010000100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65249; }

 p { color: rgb(214,82,73); }

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

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

 a { background-color: rgb(214,82,73); }

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

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

 span { border-color: rgb(214,82,73); }

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