#D1392B

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

Shades of Persian Red #D1392B

Tints of Persian Red #D1392B

Color information

#D1392B (or 0xD1392B) is unknown color: approx Persian Red. HEX triplet: D1, 39 and 2B. RGB value is (209,57,43). Sum of RGB (Red+Green+Blue) = 209+57+43=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1392B is #2EC6D4. Grayscale: #656565. Windows color (decimal): -3065557 or 2832849. OLE color: 2832849.

HSL color Cylindrical-coordinate representation of color #D1392B: hue angle of 5.06º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1392B is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2095743-
CMYK00.730.790.18
HSL5.06º65.87%49.41%-
HSV(B)5.06º79.43%81.96%-
XYZ28.1916.664.01-
YUV100.8595.36205.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.64%
GREEN value IS 57 (22.66% from 255) = 18.45%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=67.64%
G=18.45%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209574300.730.790.185.0665.8749.41
HexD1392B0494F1254231
Octal3217153011111722510261
Binary11010001111001101011010010011001111100101011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1392B; }

 p { color: rgb(209,57,43); }

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

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

 a { background-color: rgb(209,57,43); }

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

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

 span { border-color: rgb(209,57,43); }

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