#D24A46

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

Shades of Valencia #D24A46

Tints of Valencia #D24A46

Color information

#D24A46 (or 0xD24A46) is unknown color: approx Valencia. HEX triplet: D2, 4A and 46. RGB value is (210,74,70). Sum of RGB (Red+Green+Blue) = 210+74+70=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24A46 is #2DB5B9. Grayscale: #727272. Windows color (decimal): -2995642 or 4606674. OLE color: 4606674.

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

Color convert

RGB2107470-
CMYK00.650.670.18
HSL1.71º60.87%54.9%-
HSV(B)1.71º66.67%82.35%-
XYZ30.1319.047.88-
YUV114.21103.06196.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.32%
GREEN value IS 74 (29.30% from 255) = 20.90%
BLUE value IS 70 (27.73% from 255) = 19.77%
R=59.32%
G=20.90%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210747000.650.670.181.7160.8754.9
HexD24A46041431223d37
Octal32211210601011032227567
Binary11010010100101010001100100000110000111001010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24A46; }

 p { color: rgb(210,74,70); }

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

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

 a { background-color: rgb(210,74,70); }

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

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

 span { border-color: rgb(210,74,70); }

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