#D55248

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

Shades of Valencia #D55248

Tints of Valencia #D55248

Color information

#D55248 (or 0xD55248) is unknown color: approx Valencia. HEX triplet: D5, 52 and 48. RGB value is (213,82,72). Sum of RGB (Red+Green+Blue) = 213+82+72=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D55248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55248 is #2AADB7. Grayscale: #787878. Windows color (decimal): -2796984 or 4739797. OLE color: 4739797.

HSL color Cylindrical-coordinate representation of color #D55248: hue angle of 4.26º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D55248 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB2138272-
CMYK00.620.660.16
HSL4.26º62.67%55.88%-
HSV(B)4.26º66.2%83.53%-
XYZ31.6320.658.45-
YUV120.03100.9194.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.04%
GREEN value IS 82 (32.42% from 255) = 22.34%
BLUE value IS 72 (28.52% from 255) = 19.62%
R=58.04%
G=22.34%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213827200.620.660.164.2662.6755.88
HexD5524803E421043f38
Octal3251221100761022047770
Binary11010101101001010010000111110100001010000100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55248; }

 p { color: rgb(213,82,72); }

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

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

 a { background-color: rgb(213,82,72); }

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

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

 span { border-color: rgb(213,82,72); }

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