#D3615F

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

Shades of Roman #D3615F

Tints of Roman #D3615F

Color information

#D3615F (or 0xD3615F) is unknown color: approx Roman. HEX triplet: D3, 61 and 5F. RGB value is (211,97,95). Sum of RGB (Red+Green+Blue) = 211+97+95=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D3615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3615F is #2C9EA0. Grayscale: #828282. Windows color (decimal): -2924193 or 6250963. OLE color: 6250963.

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

Color convert

RGB2119795-
CMYK00.540.550.17
HSL1.03º56.86%60%-
HSV(B)1.03º54.98%82.75%-
XYZ33.223.2213.56-
YUV130.86107.77185.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.36%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 95 (37.5% from 255) = 23.57%
R=52.36%
G=24.07%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211979500.540.550.171.0356.8660
HexD3615F03637111393c
Octal323141137066672117174
Binary11010011110000110111110110110110111100011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3615F; }

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

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

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

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

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

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

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

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