#D84645

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

Shades of Valencia #D84645

Tints of Valencia #D84645

Color information

#D84645 (or 0xD84645) is unknown color: approx Valencia. HEX triplet: D8, 46 and 45. RGB value is (216,70,69). Sum of RGB (Red+Green+Blue) = 216+70+69=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D84645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84645 is #27B9BA. Grayscale: #717171. Windows color (decimal): -2603451 or 4540120. OLE color: 4540120.

HSL color Cylindrical-coordinate representation of color #D84645: hue angle of 0.41º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84645 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2167069-
CMYK00.680.680.15
HSL0.41º65.33%55.88%-
HSV(B)0.41º68.06%84.71%-
XYZ31.5819.417.71-
YUV113.54102.87201.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.85%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 69 (27.34% from 255) = 19.44%
R=60.85%
G=19.72%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216706900.680.680.150.4165.3355.88
HexD8464504444F04138
Octal330106105010410417010170
Binary1101100010001101000101010001001000100111101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84645; }

 p { color: rgb(216,70,69); }

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

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

 a { background-color: rgb(216,70,69); }

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

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

 span { border-color: rgb(216,70,69); }

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