#d13331

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

Shades of Persian Red #D13331

Tints of Persian Red #D13331

Color information

#D13331 (or 0xD13331) is unknown color: approx Persian Red. HEX triplet: D1, 33 and 31. RGB value is (209,51,49). Sum of RGB (Red+Green+Blue) = 209+51+49=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D13331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13331 is #2ECCCE. Grayscale: #626262. Windows color (decimal): -3067087 or 3224529. OLE color: 3224529.

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

Color convert

RGB2095149-
CMYK00.760.770.18
HSL0.75º63.49%50.59%-
HSV(B)0.75º76.56%81.96%-
XYZ28.0316.144.54-
YUV98.01100.35207.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 67.64%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=67.64%
G=16.50%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209514900.760.770.180.7563.4950.59
HexD1333104C4D1213f33
Octal321636101141152217763
Binary11010001110011110001010011001001101100101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13331; }

 p { color: rgb(209,51,49); }

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

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

 a { background-color: rgb(209,51,49); }

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

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

 span { border-color: rgb(209,51,49); }

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