#D55148

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

Shades of Valencia #D55148

Tints of Valencia #D55148

Color information

#D55148 (or 0xD55148) is unknown color: approx Valencia. HEX triplet: D5, 51 and 48. RGB value is (213,81,72). Sum of RGB (Red+Green+Blue) = 213+81+72=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D55148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55148 is #2AAEB7. Grayscale: #777777. Windows color (decimal): -2797240 or 4739541. OLE color: 4739541.

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

Color convert

RGB2138172-
CMYK00.620.660.16
HSL3.83º62.67%55.88%-
HSV(B)3.83º66.2%83.53%-
XYZ31.5520.58.42-
YUV119.44101.23194.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.20%
GREEN value IS 81 (32.03% from 255) = 22.13%
BLUE value IS 72 (28.52% from 255) = 19.67%
R=58.20%
G=22.13%
B=19.67%

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
Decimal213817200.620.660.163.8362.6755.88
HexD5514803E421043f38
Octal3251211100761022047770
Binary11010101101000110010000111110100001010000100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55148; }

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

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

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

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

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

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

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

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