#D13E3C

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

Shades of Persian Red #D13E3C

Tints of Persian Red #D13E3C

Color information

#D13E3C (or 0xD13E3C) is unknown color: approx Persian Red. HEX triplet: D1, 3E and 3C. RGB value is (209,62,60). Sum of RGB (Red+Green+Blue) = 209+62+60=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E3C is #2EC1C3. Grayscale: #696969. Windows color (decimal): -3064260 or 3948241. OLE color: 3948241.

HSL color Cylindrical-coordinate representation of color #D13E3C: hue angle of 0.81º 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 #D13E3C is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB2096260-
CMYK00.700.710.18
HSL0.81º61.83%52.75%-
HSV(B)0.81º71.29%81.96%-
XYZ28.8317.336.1-
YUV105.72102.2201.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.14%
GREEN value IS 62 (24.61% from 255) = 18.73%
BLUE value IS 60 (23.83% from 255) = 18.13%
R=63.14%
G=18.73%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209626000.700.710.180.8161.8352.75
HexD13E3C046471213e35
Octal321767401061072217665
Binary11010001111110111100010001101000111100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13E3C; }

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

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

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

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

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

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

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

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