#D3675F

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

Shades of Roman #D3675F

Tints of Roman #D3675F

Color information

#D3675F (or 0xD3675F) is unknown color: approx Roman. HEX triplet: D3, 67 and 5F. RGB value is (211,103,95). Sum of RGB (Red+Green+Blue) = 211+103+95=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 95 (37.5% from 255 or 23.23% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3675F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3675F is #2C98A0. Grayscale: #868686. Windows color (decimal): -2922657 or 6252499. OLE color: 6252499.

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

Color convert

RGB21110395-
CMYK00.510.550.17
HSL4.14º56.86%60%-
HSV(B)4.14º54.98%82.75%-
XYZ33.7824.3813.75-
YUV134.38105.78182.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 51.59%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 95 (37.5% from 255) = 23.23%
R=51.59%
G=25.18%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111039500.510.550.174.1456.8660
HexD3675F03337114393c
Octal323147137063672147174
Binary1101001111001111011111011001111011110001100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3675F; }

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

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

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

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

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

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

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

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