#D9615F

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

Shades of Roman #D9615F

Tints of Roman #D9615F

Color information

#D9615F (or 0xD9615F) is unknown color: approx Roman. HEX triplet: D9, 61 and 5F. RGB value is (217,97,95). Sum of RGB (Red+Green+Blue) = 217+97+95=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9615F is #269EA0. Grayscale: #848484. Windows color (decimal): -2530977 or 6250969. OLE color: 6250969.

HSL color Cylindrical-coordinate representation of color #D9615F: hue angle of 0.98º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D9615F is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB2179795-
CMYK00.550.560.15
HSL0.98º61.62%61.18%-
HSV(B)0.98º56.22%85.1%-
XYZ34.9624.1313.64-
YUV132.65106.76188.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.06%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=53.06%
G=23.72%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217979500.550.560.150.9861.6261.18
HexD9615F03738F13e3d
Octal331141137067701717675
Binary1101100111000011011111011011111100011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9615F; }

 p { color: rgb(217,97,95); }

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

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

 a { background-color: rgb(217,97,95); }

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

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

 span { border-color: rgb(217,97,95); }

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