#D9312C

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

Shades of Persian Red #D9312C

Tints of Persian Red #D9312C

Color information

#D9312C (or 0xD9312C) is unknown color: approx Persian Red. HEX triplet: D9, 31 and 2C. RGB value is (217,49,44). Sum of RGB (Red+Green+Blue) = 217+49+44=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9312C is #26CED3. Grayscale: #626262. Windows color (decimal): -2543316 or 2896345. OLE color: 2896345.

HSL color Cylindrical-coordinate representation of color #D9312C: hue angle of 1.73º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9312C is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2174944-
CMYK00.770.800.15
HSL1.73º69.48%51.18%-
HSV(B)1.73º79.72%85.1%-
XYZ30.1717.134.1-
YUV98.6697.16212.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 70%
GREEN value IS 49 (19.53% from 255) = 15.81%
BLUE value IS 44 (17.58% from 255) = 14.19%
R=70%
G=15.81%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217494400.770.800.151.7369.4851.18
HexD9312C04D50F24533
Octal3316154011512017210563
Binary110110011100011011000100110110100001111101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9312C; }

 p { color: rgb(217,49,44); }

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

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

 a { background-color: rgb(217,49,44); }

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

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

 span { border-color: rgb(217,49,44); }

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