#D44E47

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

Shades of Valencia #D44E47

Tints of Valencia #D44E47

Color information

#D44E47 (or 0xD44E47) is unknown color: approx Valencia. HEX triplet: D4, 4E and 47. RGB value is (212,78,71). Sum of RGB (Red+Green+Blue) = 212+78+71=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 71 (28.12% from 255 or 19.67% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44E47 is #2BB1B8. Grayscale: #757575. Windows color (decimal): -2863545 or 4673236. OLE color: 4673236.

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

Color convert

RGB2127871-
CMYK00.630.670.17
HSL2.98º62.11%55.49%-
HSV(B)2.98º66.51%83.14%-
XYZ31.0119.98.17-
YUV117.27101.89195.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.73%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 71 (28.12% from 255) = 19.67%
R=58.73%
G=21.61%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212787100.630.670.172.9862.1155.49
HexD44E4703F431133e37
Octal3241161070771032137667
Binary1101010010011101000111011111110000111000111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44E47; }

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

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

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

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

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

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

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

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