#D44E45

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

Shades of Valencia #D44E45

Tints of Valencia #D44E45

Color information

#D44E45 (or 0xD44E45) is unknown color: approx Valencia. HEX triplet: D4, 4E and 45. RGB value is (212,78,69). Sum of RGB (Red+Green+Blue) = 212+78+69=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D44E45 is #2BB1BA. Grayscale: #757575. Windows color (decimal): -2863547 or 4542164. OLE color: 4542164.

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

Color convert

RGB2127869-
CMYK00.630.670.17
HSL3.78º62.45%55.1%-
HSV(B)3.78º67.45%83.14%-
XYZ30.9519.887.84-
YUV117.04100.89195.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 59.05%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=59.05%
G=21.73%
B=19.22%

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
Decimal212786900.630.670.173.7862.4555.1
HexD44E4503F431143e37
Octal3241161050771032147667
Binary11010100100111010001010111111100001110001100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44E45; }

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

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

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

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

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

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

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

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