#D44847

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

Shades of Valencia #D44847

Tints of Valencia #D44847

Color information

#D44847 (or 0xD44847) is unknown color: approx Valencia. HEX triplet: D4, 48 and 47. RGB value is (212,72,71). Sum of RGB (Red+Green+Blue) = 212+72+71=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D44847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44847 is #2BB7B8. Grayscale: #717171. Windows color (decimal): -2865081 or 4671700. OLE color: 4671700.

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

Color convert

RGB2127271-
CMYK00.660.670.17
HSL0.43º62.11%55.49%-
HSV(B)0.43º66.51%83.14%-
XYZ30.6119.098.03-
YUV113.75103.88198.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.72%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 71 (28.12% from 255) = 20%
R=59.72%
G=20.28%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212727100.660.670.170.4362.1155.49
HexD44847042431103e37
Octal32411010701021032107667
Binary1101010010010001000111010000101000011100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44847; }

 p { color: rgb(212,72,71); }

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

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

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

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

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

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

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