#D24C49

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

Shades of Valencia #D24C49

Tints of Valencia #D24C49

Color information

#D24C49 (or 0xD24C49) is unknown color: approx Valencia. HEX triplet: D2, 4C and 49. RGB value is (210,76,73). Sum of RGB (Red+Green+Blue) = 210+76+73=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24C49 is #2DB3B6. Grayscale: #737373. Windows color (decimal): -2995127 or 4803794. OLE color: 4803794.

HSL color Cylindrical-coordinate representation of color #D24C49: hue angle of 1.31º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D24C49 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB2107673-
CMYK00.640.650.18
HSL1.31º60.35%55.49%-
HSV(B)1.31º65.24%82.35%-
XYZ30.3719.358.44-
YUV115.72103.89195.24-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.50%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=58.50%
G=21.17%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210767300.640.650.181.3160.3555.49
HexD24C49040411213c37
Octal32211411101001012217467
Binary1101001010011001001001010000001000001100101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24C49; }

 p { color: rgb(210,76,73); }

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

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

 a { background-color: rgb(210,76,73); }

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

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

 span { border-color: rgb(210,76,73); }

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