#D1352F

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

Shades of Persian Red #D1352F

Tints of Persian Red #D1352F

Color information

#D1352F (or 0xD1352F) is unknown color: approx Persian Red. HEX triplet: D1, 35 and 2F. RGB value is (209,53,47). Sum of RGB (Red+Green+Blue) = 209+53+47=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1352F is #2ECAD0. Grayscale: #636363. Windows color (decimal): -3066577 or 3093969. OLE color: 3093969.

HSL color Cylindrical-coordinate representation of color #D1352F: hue angle of 2.22º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1352F is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB2095347-
CMYK00.750.780.18
HSL2.22º63.78%50.2%-
HSV(B)2.22º77.51%81.96%-
XYZ28.0816.314.36-
YUV98.9698.68206.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.64%
GREEN value IS 53 (21.09% from 255) = 17.15%
BLUE value IS 47 (18.75% from 255) = 15.21%
R=67.64%
G=17.15%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209534700.750.780.182.2263.7850.2
HexD1352F04B4E1224032
Octal3216557011311622210062
Binary1101000111010110111101001011100111010010101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1352F; }

 p { color: rgb(209,53,47); }

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

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

 a { background-color: rgb(209,53,47); }

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

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

 span { border-color: rgb(209,53,47); }

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