#D1625E

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

Shades of Roman #D1625E

Tints of Roman #D1625E

Color information

#D1625E (or 0xD1625E) is unknown color: approx Roman. HEX triplet: D1, 62 and 5E. RGB value is (209,98,94). Sum of RGB (Red+Green+Blue) = 209+98+94=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1625E is #2E9DA1. Grayscale: #828282. Windows color (decimal): -3055010 or 6185681. OLE color: 6185681.

HSL color Cylindrical-coordinate representation of color #D1625E: hue angle of 2.09º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1625E is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB2099894-
CMYK00.530.550.18
HSL2.09º55.56%59.41%-
HSV(B)2.09º55.02%81.96%-
XYZ32.6823.113.33-
YUV130.73107.27183.83-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.12%
GREEN value IS 98 (38.67% from 255) = 24.44%
BLUE value IS 94 (37.11% from 255) = 23.44%
R=52.12%
G=24.44%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209989400.530.550.182.0955.5659.41
HexD1625E03537122383b
Octal321142136065672227073
Binary110100011100010101111001101011101111001010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1625E; }

 p { color: rgb(209,98,94); }

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

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

 a { background-color: rgb(209,98,94); }

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

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

 span { border-color: rgb(209,98,94); }

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