#DC312F

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

Shades of Persian Red #DC312F

Tints of Persian Red #DC312F

Color information

#DC312F (or 0xDC312F) is unknown color: approx Persian Red. HEX triplet: DC, 31 and 2F. RGB value is (220,49,47). Sum of RGB (Red+Green+Blue) = 220+49+47=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC312F is #23CED0. Grayscale: #646464. Windows color (decimal): -2346705 or 3092956. OLE color: 3092956.

HSL color Cylindrical-coordinate representation of color #DC312F: hue angle of 0.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC312F is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB2204947-
CMYK00.780.790.14
HSL0.69º71.19%52.35%-
HSV(B)0.69º78.64%86.27%-
XYZ31.1317.624.45-
YUV99.998.15213.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 69.62%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 47 (18.75% from 255) = 14.87%
R=69.62%
G=15.51%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220494700.780.790.140.6971.1952.35
HexDC312F04E4FE14734
Octal3346157011611716110764
Binary11011100110001101111010011101001111111011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC312F; }

 p { color: rgb(220,49,47); }

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

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

 a { background-color: rgb(220,49,47); }

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

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

 span { border-color: rgb(220,49,47); }

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