#D13D3C

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

Shades of Persian Red #D13D3C

Tints of Persian Red #D13D3C

Color information

#D13D3C (or 0xD13D3C) is unknown color: approx Persian Red. HEX triplet: D1, 3D and 3C. RGB value is (209,61,60). Sum of RGB (Red+Green+Blue) = 209+61+60=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D3C is #2EC2C3. Grayscale: #696969. Windows color (decimal): -3064516 or 3947985. OLE color: 3947985.

HSL color Cylindrical-coordinate representation of color #D13D3C: hue angle of 0.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D3C is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2096160-
CMYK00.710.710.18
HSL0.4º61.83%52.75%-
HSV(B)0.4º71.29%81.96%-
XYZ28.7817.226.08-
YUV105.14102.53202.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.33%
GREEN value IS 61 (24.22% from 255) = 18.48%
BLUE value IS 60 (23.83% from 255) = 18.18%
R=63.33%
G=18.48%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209616000.710.710.180.461.8352.75
HexD13D3C047471203e35
Octal321757401071072207665
Binary11010001111101111100010001111000111100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13D3C; }

 p { color: rgb(209,61,60); }

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

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

 a { background-color: rgb(209,61,60); }

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

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

 span { border-color: rgb(209,61,60); }

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