#d55452

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

Shades of Valencia #D55452

Tints of Valencia #D55452

Color information

#D55452 (or 0xD55452) is unknown color: approx Valencia. HEX triplet: D5, 54 and 52. RGB value is (213,84,82). Sum of RGB (Red+Green+Blue) = 213+84+82=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D55452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55452 is #2AABAD. Grayscale: #7A7A7A. Windows color (decimal): -2796462 or 5395669. OLE color: 5395669.

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

Color convert

RGB2138482-
CMYK00.610.620.16
HSL0.92º60.93%57.84%-
HSV(B)0.92º61.5%83.53%-
XYZ32.1321.110.36-
YUV122.34105.24192.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.20%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 82 (32.42% from 255) = 21.64%
R=56.20%
G=22.16%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213848200.610.620.160.9260.9357.84
HexD5545203D3E1013d3a
Octal325124122075762017572
Binary11010101101010010100100111101111110100001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d55452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d55452; }

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

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

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

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

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

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

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

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