#D65247

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

Shades of Valencia #D65247

Tints of Valencia #D65247

Color information

#D65247 (or 0xD65247) is unknown color: approx Valencia. HEX triplet: D6, 52 and 47. RGB value is (214,82,71). Sum of RGB (Red+Green+Blue) = 214+82+71=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D65247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65247 is #29ADB8. Grayscale: #787878. Windows color (decimal): -2731449 or 4674262. OLE color: 4674262.

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

Color convert

RGB2148271-
CMYK00.620.670.16
HSL4.62º63.56%55.88%-
HSV(B)4.62º66.82%83.92%-
XYZ31.8920.798.29-
YUV120.21100.23194.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.31%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 71 (28.12% from 255) = 19.35%
R=58.31%
G=22.34%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214827100.620.670.164.6263.5655.88
HexD6524703E431054038
Octal32612210707610320510070
Binary110101101010010100011101111101000011100001011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65247; }

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

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

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

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

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

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

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

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