#D44841

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

Shades of Valencia #D44841

Tints of Valencia #D44841

Color information

#D44841 (or 0xD44841) is unknown color: approx Valencia. HEX triplet: D4, 48 and 41. RGB value is (212,72,65). Sum of RGB (Red+Green+Blue) = 212+72+65=349 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.74% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 212 - color contains mainly: red. Hex color #D44841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44841 is #2BB7BE. Grayscale: #717171. Windows color (decimal): -2865087 or 4278484. OLE color: 4278484.

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

Color convert

RGB2127265-
CMYK00.660.690.17
HSL2.86º63.09%54.31%-
HSV(B)2.86º69.34%83.14%-
XYZ30.4219.017.07-
YUV113.06100.88198.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.74%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=60.74%
G=20.63%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212726500.660.690.172.8663.0954.31
HexD44841042451133f36
Octal32411010101021052137766
Binary11010100100100010000010100001010001011000111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44841; }

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

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

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

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

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

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

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

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