#D4615E

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

Shades of Roman #D4615E

Tints of Roman #D4615E

Color information

#D4615E (or 0xD4615E) is unknown color: approx Roman. HEX triplet: D4, 61 and 5E. RGB value is (212,97,94). Sum of RGB (Red+Green+Blue) = 212+97+94=403 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.61% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 212 - color contains mainly: red. Hex color #D4615E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4615E is #2B9EA1. Grayscale: #838383. Windows color (decimal): -2858658 or 6185428. OLE color: 6185428.

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

Color convert

RGB2129794-
CMYK00.540.560.17
HSL1.53º57.84%60%-
HSV(B)1.53º55.66%83.14%-
XYZ33.4523.3513.33-
YUV131.04107.1185.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 52.61%
GREEN value IS 97 (38.28% from 255) = 24.07%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=52.61%
G=24.07%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212979400.540.560.171.5357.8460
HexD4615E036381123a3c
Octal324141136066702127274
Binary110101001100001101111001101101110001000110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4615E; }

 p { color: rgb(212,97,94); }

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

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

 a { background-color: rgb(212,97,94); }

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

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

 span { border-color: rgb(212,97,94); }

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