#D3605B

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

Shades of Roman #D3605B

Tints of Roman #D3605B

Color information

#D3605B (or 0xD3605B) is unknown color: approx Roman. HEX triplet: D3, 60 and 5B. RGB value is (211,96,91). Sum of RGB (Red+Green+Blue) = 211+96+91=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 91 (35.94% from 255 or 22.86% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D3605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3605B is #2C9FA4. Grayscale: #818181. Windows color (decimal): -2924453 or 5988563. OLE color: 5988563.

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

Color convert

RGB2119691-
CMYK00.550.570.17
HSL2.5º57.69%59.22%-
HSV(B)2.5º56.87%82.75%-
XYZ32.9422.9712.6-
YUV129.82106.1185.91-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.02%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 91 (35.94% from 255) = 22.86%
R=53.02%
G=24.12%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211969100.550.570.172.557.6959.22
HexD3605B037391133a3b
Octal323140133067712137273
Binary110100111100000101101101101111110011000111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3605B; }

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

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

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

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

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

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

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

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