#D3615B

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

Shades of Roman #D3615B

Tints of Roman #D3615B

Color information

#D3615B (or 0xD3615B) is unknown color: approx Roman. HEX triplet: D3, 61 and 5B. RGB value is (211,97,91). Sum of RGB (Red+Green+Blue) = 211+97+91=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D3615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3615B is #2C9EA4. Grayscale: #828282. Windows color (decimal): -2924197 or 5988819. OLE color: 5988819.

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

Color convert

RGB2119791-
CMYK00.540.570.17
HSL57.69%59.22%-
HSV(B)56.87%82.75%-
XYZ33.0323.1512.63-
YUV130.4105.77185.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.88%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=52.88%
G=24.31%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211979100.540.570.17357.6959.22
HexD3615B036391133a3b
Octal323141133066712137273
Binary110100111100001101101101101101110011000111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3615B; }

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

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

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

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

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

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

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

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