#D5615B

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

Shades of Roman #D5615B

Tints of Roman #D5615B

Color information

#D5615B (or 0xD5615B) is unknown color: approx Roman. HEX triplet: D5, 61 and 5B. RGB value is (213,97,91). Sum of RGB (Red+Green+Blue) = 213+97+91=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D5615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5615B is #2A9EA4. Grayscale: #838383. Windows color (decimal): -2793125 or 5988821. OLE color: 5988821.

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

Color convert

RGB2139791-
CMYK00.540.570.16
HSL2.95º59.22%59.61%-
HSV(B)2.95º57.28%83.53%-
XYZ33.623.4512.65-
YUV131105.43186.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 53.12%
GREEN value IS 97 (38.28% from 255) = 24.19%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=53.12%
G=24.19%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213979100.540.570.162.9559.2259.61
HexD5615B036391033b3c
Octal325141133066712037374
Binary110101011100001101101101101101110011000011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5615B; }

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

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

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

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

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

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

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

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