#D44741

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

Shades of Valencia #D44741

Tints of Valencia #D44741

Color information

#D44741 (or 0xD44741) is unknown color: approx Valencia. HEX triplet: D4, 47 and 41. RGB value is (212,71,65). Sum of RGB (Red+Green+Blue) = 212+71+65=348 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.92% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 212 - color contains mainly: red. Hex color #D44741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44741 is #2BB8BE. Grayscale: #707070. Windows color (decimal): -2865343 or 4278228. OLE color: 4278228.

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

Color convert

RGB2127165-
CMYK00.670.690.17
HSL2.45º63.09%54.31%-
HSV(B)2.45º69.34%83.14%-
XYZ30.3618.897.05-
YUV112.48101.21198.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 60.92%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=60.92%
G=20.40%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212716500.670.690.172.4563.0954.31
HexD44741043451123f36
Octal32410710101031052127766
Binary11010100100011110000010100001110001011000110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44741; }

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

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

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

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

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

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

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

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