#D84C4C

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

Shades of Valencia #D84C4C

Tints of Valencia #D84C4C

Color information

#D84C4C (or 0xD84C4C) is unknown color: approx Valencia. HEX triplet: D8, 4C and 4C. RGB value is (216,76,76). Sum of RGB (Red+Green+Blue) = 216+76+76=368 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.70% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C4C is #27B3B3. Grayscale: #757575. Windows color (decimal): -2601908 or 5000408. OLE color: 5000408.

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

Color convert

RGB2167676-
CMYK00.650.650.15
HSL64.22%57.25%-
HSV(B)64.81%84.71%-
XYZ32.2120.299.06-
YUV117.86104.38198-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 58.70%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=58.70%
G=20.65%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216767600.650.650.15064.2257.25
HexD84C4C04141F04039
Octal330114114010110117010071
Binary1101100010011001001100010000011000001111101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84C4C; }

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

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

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

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

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

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

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

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