#D24841

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

Shades of Valencia #D24841

Tints of Valencia #D24841

Color information

#D24841 (or 0xD24841) is unknown color: approx Valencia. HEX triplet: D2, 48 and 41. RGB value is (210,72,65). Sum of RGB (Red+Green+Blue) = 210+72+65=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D24841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24841 is #2DB7BE. Grayscale: #707070. Windows color (decimal): -2996159 or 4278482. OLE color: 4278482.

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

Color convert

RGB2107265-
CMYK00.660.690.18
HSL2.9º61.7%53.92%-
HSV(B)2.9º69.05%82.35%-
XYZ29.8518.727.04-
YUV112.46101.22197.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.52%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=60.52%
G=20.75%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210726500.660.690.182.961.753.92
HexD24841042451233e36
Octal32211010101021052237666
Binary11010010100100010000010100001010001011001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24841; }

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

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

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

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

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

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

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

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