#D24941

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

Shades of Valencia #D24941

Tints of Valencia #D24941

Color information

#D24941 (or 0xD24941) is unknown color: approx Valencia. HEX triplet: D2, 49 and 41. RGB value is (210,73,65). Sum of RGB (Red+Green+Blue) = 210+73+65=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D24941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24941 is #2DB6BE. Grayscale: #717171. Windows color (decimal): -2995903 or 4278738. OLE color: 4278738.

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

Color convert

RGB2107365-
CMYK00.650.690.18
HSL3.31º61.7%53.92%-
HSV(B)3.31º69.05%82.35%-
XYZ29.9218.857.06-
YUV113.05100.89197.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.34%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=60.34%
G=20.98%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210736500.650.690.183.3161.753.92
HexD24941041451233e36
Octal32211110101011052237666
Binary11010010100100110000010100000110001011001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24941; }

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

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

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

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

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

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

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

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