#D1382B

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

Shades of Persian Red #D1382B

Tints of Persian Red #D1382B

Color information

#D1382B (or 0xD1382B) is unknown color: approx Persian Red. HEX triplet: D1, 38 and 2B. RGB value is (209,56,43). Sum of RGB (Red+Green+Blue) = 209+56+43=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1382B is #2EC7D4. Grayscale: #646464. Windows color (decimal): -3065813 or 2832593. OLE color: 2832593.

HSL color Cylindrical-coordinate representation of color #D1382B: hue angle of 4.7º 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 #D1382B is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2095643-
CMYK00.730.790.18
HSL4.7º65.87%49.41%-
HSV(B)4.7º79.43%81.96%-
XYZ28.1416.564-
YUV100.2695.69205.56-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.86%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 43 (17.19% from 255) = 13.96%
R=67.86%
G=18.18%
B=13.96%

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
Decimal209564300.730.790.184.765.8749.41
HexD1382B0494F1254231
Octal3217053011111722510261
Binary11010001111000101011010010011001111100101011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1382B; }

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

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

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

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

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

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

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

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