#D4645E

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

Shades of Roman #D4645E

Tints of Roman #D4645E

Color information

#D4645E (or 0xD4645E) is unknown color: approx Roman. HEX triplet: D4, 64 and 5E. RGB value is (212,100,94). Sum of RGB (Red+Green+Blue) = 212+100+94=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4645E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4645E is #2B9BA1. Grayscale: #848484. Windows color (decimal): -2857890 or 6186196. OLE color: 6186196.

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

Color convert

RGB21210094-
CMYK00.530.560.17
HSL3.05º57.84%60%-
HSV(B)3.05º55.66%83.14%-
XYZ33.7323.9213.43-
YUV132.8106.11184.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.22%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=52.22%
G=24.63%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121009400.530.560.173.0557.8460
HexD4645E035381133a3c
Octal324144136065702137274
Binary110101001100100101111001101011110001000111111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4645E; }

 p { color: rgb(212,100,94); }

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

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

 a { background-color: rgb(212,100,94); }

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

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

 span { border-color: rgb(212,100,94); }

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