#D65545

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

Shades of Valencia #D65545

Tints of Valencia #D65545

Color information

#D65545 (or 0xD65545) is unknown color: approx Valencia. HEX triplet: D6, 55 and 45. RGB value is (214,85,69). Sum of RGB (Red+Green+Blue) = 214+85+69=368 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.15% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 214 - color contains mainly: red. Hex color #D65545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65545 is #29AABA. Grayscale: #797979. Windows color (decimal): -2730683 or 4543958. OLE color: 4543958.

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

Color convert

RGB2148569-
CMYK00.600.680.16
HSL6.62º63.88%55.49%-
HSV(B)6.62º67.76%83.92%-
XYZ32.0521.228.04-
YUV121.7598.24193.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.15%
GREEN value IS 85 (33.59% from 255) = 23.10%
BLUE value IS 69 (27.34% from 255) = 18.75%
R=58.15%
G=23.10%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214856900.600.680.166.6263.8855.49
HexD6554503C441074037
Octal32612510507410420710067
Binary110101101010101100010101111001000100100001111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65545; }

 p { color: rgb(214,85,69); }

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

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

 a { background-color: rgb(214,85,69); }

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

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

 span { border-color: rgb(214,85,69); }

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