#DA312C

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

Shades of Persian Red #DA312C

Tints of Persian Red #DA312C

Color information

#DA312C (or 0xDA312C) is unknown color: approx Persian Red. HEX triplet: DA, 31 and 2C. RGB value is (218,49,44). Sum of RGB (Red+Green+Blue) = 218+49+44=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA312C is #25CED3. Grayscale: #636363. Windows color (decimal): -2477780 or 2896346. OLE color: 2896346.

HSL color Cylindrical-coordinate representation of color #DA312C: hue angle of 1.72º degrees, saturation: 0.7, 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 #DA312C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2184944-
CMYK00.780.800.15
HSL1.72º70.16%51.37%-
HSV(B)1.72º79.82%85.49%-
XYZ30.4717.284.11-
YUV98.9696.99212.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 70.10%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 44 (17.58% from 255) = 14.15%
R=70.10%
G=15.76%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218494400.780.800.151.7270.1651.37
HexDA312C04E50F24633
Octal3326154011612017210663
Binary110110101100011011000100111010100001111101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA312C; }

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

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

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

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

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

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

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

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