#D44747

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

Shades of Valencia #D44747

Tints of Valencia #D44747

Color information

#D44747 (or 0xD44747) is unknown color: approx Valencia. HEX triplet: D4, 47 and 47. RGB value is (212,71,71). Sum of RGB (Red+Green+Blue) = 212+71+71=354 (46% of max value = 765). Red value is 212 (83.20% from 255 or 59.89% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 212 - color contains mainly: red. Hex color #D44747 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44747 is #2BB8B8. Grayscale: #717171. Windows color (decimal): -2865337 or 4671444. OLE color: 4671444.

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

Color convert

RGB2127171-
CMYK00.670.670.17
HSL62.11%55.49%-
HSV(B)66.51%83.14%-
XYZ30.5418.968.01-
YUV113.16104.21198.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.89%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 71 (28.12% from 255) = 20.06%
R=59.89%
G=20.06%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212717100.670.670.17062.1155.49
HexD44747043431103e37
Octal32410710701031032107667
Binary1101010010001111000111010000111000011100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44747; }

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

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

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

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

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

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

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

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