#D84947

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

Shades of Valencia #D84947

Tints of Valencia #D84947

Color information

#D84947 (or 0xD84947) is unknown color: approx Valencia. HEX triplet: D8, 49 and 47. RGB value is (216,73,71). Sum of RGB (Red+Green+Blue) = 216+73+71=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D84947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84947 is #27B6B8. Grayscale: #737373. Windows color (decimal): -2602681 or 4671960. OLE color: 4671960.

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

Color convert

RGB2167371-
CMYK00.660.670.15
HSL0.83º65.02%56.27%-
HSV(B)0.83º67.13%84.71%-
XYZ31.8419.828.11-
YUV115.53102.88199.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 71 (28.12% from 255) = 19.72%
R=60%
G=20.28%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216737100.660.670.150.8365.0256.27
HexD8494704243F14138
Octal330111107010210317110170
Binary1101100010010011000111010000101000011111111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84947; }

 p { color: rgb(216,73,71); }

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

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

 a { background-color: rgb(216,73,71); }

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

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

 span { border-color: rgb(216,73,71); }

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