#D55144

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

Shades of Valencia #D55144

Tints of Valencia #D55144

Color information

#D55144 (or 0xD55144) is unknown color: approx Valencia. HEX triplet: D5, 51 and 44. RGB value is (213,81,68). Sum of RGB (Red+Green+Blue) = 213+81+68=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D55144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55144 is #2AAEBB. Grayscale: #777777. Windows color (decimal): -2797244 or 4477397. OLE color: 4477397.

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

Color convert

RGB2138168-
CMYK00.620.680.16
HSL5.38º63.32%55.1%-
HSV(B)5.38º68.08%83.53%-
XYZ31.4320.457.76-
YUV118.9999.23195.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.84%
GREEN value IS 81 (32.03% from 255) = 22.38%
BLUE value IS 68 (26.95% from 255) = 18.78%
R=58.84%
G=22.38%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213816800.620.680.165.3863.3255.1
HexD5514403E441053f37
Octal3251211040761042057767
Binary11010101101000110001000111110100010010000101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55144; }

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

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

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

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

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

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

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

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