#D3605D

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

Shades of Roman #D3605D

Tints of Roman #D3605D

Color information

#D3605D (or 0xD3605D) is unknown color: approx Roman. HEX triplet: D3, 60 and 5D. RGB value is (211,96,93). Sum of RGB (Red+Green+Blue) = 211+96+93=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3605D is #2C9FA2. Grayscale: #828282. Windows color (decimal): -2924451 or 6119635. OLE color: 6119635.

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

Color convert

RGB2119693-
CMYK00.550.560.17
HSL1.53º57.28%59.61%-
HSV(B)1.53º55.92%82.75%-
XYZ33.022313.06-
YUV130.04107.1185.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.75%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 93 (36.72% from 255) = 23.25%
R=52.75%
G=24%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211969300.550.560.171.5357.2859.61
HexD3605D03738112393c
Octal323140135067702127174
Binary110100111100000101110101101111110001000110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3605D; }

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

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

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

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

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

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

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

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