#D3605F

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

Shades of Roman #D3605F

Tints of Roman #D3605F

Color information

#D3605F (or 0xD3605F) is unknown color: approx Roman. HEX triplet: D3, 60 and 5F. RGB value is (211,96,95). Sum of RGB (Red+Green+Blue) = 211+96+95=402 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.49% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 211 - color contains mainly: red. Hex color #D3605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3605F is #2C9FA0. Grayscale: #828282. Windows color (decimal): -2924449 or 6250707. OLE color: 6250707.

HSL color Cylindrical-coordinate representation of color #D3605F: hue angle of 0.52º 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 #D3605F is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB2119695-
CMYK00.550.550.17
HSL0.52º56.86%60%-
HSV(B)0.52º54.98%82.75%-
XYZ33.1123.0413.53-
YUV130.27108.1185.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.49%
GREEN value IS 96 (37.89% from 255) = 23.88%
BLUE value IS 95 (37.5% from 255) = 23.63%
R=52.49%
G=23.88%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211969500.550.550.170.5256.8660
HexD3605F03737111393c
Octal323140137067672117174
Binary11010011110000010111110110111110111100011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3605F; }

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

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

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

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

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

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

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

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