#D84646

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

Shades of Valencia #D84646

Tints of Valencia #D84646

Color information

#D84646 (or 0xD84646) is unknown color: approx Valencia. HEX triplet: D8, 46 and 46. RGB value is (216,70,70). Sum of RGB (Red+Green+Blue) = 216+70+70=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D84646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84646 is #27B9B9. Grayscale: #717171. Windows color (decimal): -2603450 or 4605656. OLE color: 4605656.

HSL color Cylindrical-coordinate representation of color #D84646: hue angle of 0º 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 #D84646 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB2167070-
CMYK00.680.680.15
HSL65.18%56.08%-
HSV(B)67.59%84.71%-
XYZ31.6119.427.88-
YUV113.65103.37201-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.67%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 70 (27.73% from 255) = 19.66%
R=60.67%
G=19.66%
B=19.66%

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
Decimal216707000.680.680.15065.1856.08
HexD8464604444F04138
Octal330106106010410417010170
Binary1101100010001101000110010001001000100111101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84646; }

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

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

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

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

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

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

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

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