#D45F55

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

Shades of Roman #D45F55

Tints of Roman #D45F55

Color information

#D45F55 (or 0xD45F55) is unknown color: approx Roman. HEX triplet: D4, 5F and 55. RGB value is (212,95,85). Sum of RGB (Red+Green+Blue) = 212+95+85=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 85 (33.59% from 255 or 21.68% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D45F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45F55 is #2BA0AA. Grayscale: #818181. Windows color (decimal): -2859179 or 5595092. OLE color: 5595092.

HSL color Cylindrical-coordinate representation of color #D45F55: hue angle of 4.72º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45F55 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.17.

Color convert

RGB2129585-
CMYK00.550.600.17
HSL4.72º59.62%58.24%-
HSV(B)4.72º59.91%83.14%-
XYZ32.8822.8411.27-
YUV128.84103.26187.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.08%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 85 (33.59% from 255) = 21.68%
R=54.08%
G=24.23%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212958500.550.600.174.7259.6258.24
HexD45F550373C1153c3a
Octal324137125067742157472
Binary1101010010111111010101011011111110010001101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45F55; }

 p { color: rgb(212,95,85); }

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

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

 a { background-color: rgb(212,95,85); }

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

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

 span { border-color: rgb(212,95,85); }

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