#D94848

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

Shades of Valencia #D94848

Tints of Valencia #D94848

Color information

#D94848 (or 0xD94848) is unknown color: approx Valencia. HEX triplet: D9, 48 and 48. RGB value is (217,72,72). Sum of RGB (Red+Green+Blue) = 217+72+72=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D94848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94848 is #26B7B7. Grayscale: #737373. Windows color (decimal): -2537400 or 4737241. OLE color: 4737241.

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

Color convert

RGB2177272-
CMYK00.670.670.15
HSL65.61%56.67%-
HSV(B)66.82%85.1%-
XYZ32.119.858.27-
YUV115.35103.54200.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 60.11%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=60.11%
G=19.94%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217727200.670.670.15065.6156.67
HexD9484804343F04239
Octal331110110010310317010271
Binary1101100110010001001000010000111000011111101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94848; }

 p { color: rgb(217,72,72); }

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

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

 a { background-color: rgb(217,72,72); }

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

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

 span { border-color: rgb(217,72,72); }

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