#D55344

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

Shades of Valencia #D55344

Tints of Valencia #D55344

Color information

#D55344 (or 0xD55344) is unknown color: approx Valencia. HEX triplet: D5, 53 and 44. RGB value is (213,83,68). Sum of RGB (Red+Green+Blue) = 213+83+68=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D55344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D55344 is #2AACBB. Grayscale: #787878. Windows color (decimal): -2796732 or 4477909. OLE color: 4477909.

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

Color convert

RGB2138368-
CMYK00.610.680.16
HSL6.21º63.32%55.1%-
HSV(B)6.21º68.08%83.53%-
XYZ31.5820.757.81-
YUV120.1698.57194.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.52%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 68 (26.95% from 255) = 18.68%
R=58.52%
G=22.80%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213836800.610.680.166.2163.3255.1
HexD5534403D441063f37
Octal3251231040751042067767
Binary11010101101001110001000111101100010010000110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55344; }

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

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

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

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

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

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

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

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