#D13E34

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

Shades of Persian Red #D13E34

Tints of Persian Red #D13E34

Color information

#D13E34 (or 0xD13E34) is unknown color: approx Persian Red. HEX triplet: D1, 3E and 34. RGB value is (209,62,52). Sum of RGB (Red+Green+Blue) = 209+62+52=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13E34 is #2EC1CB. Grayscale: #696969. Windows color (decimal): -3064268 or 3423953. OLE color: 3423953.

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

Color convert

RGB2096252-
CMYK00.700.750.18
HSL3.82º63.05%51.18%-
HSV(B)3.82º75.12%81.96%-
XYZ28.6417.255.07-
YUV104.8198.2202.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.71%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=64.71%
G=19.20%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209625200.700.750.183.8263.0551.18
HexD13E340464B1243f33
Octal321766401061132247763
Binary1101000111111011010001000110100101110010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13E34; }

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

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

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

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

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

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

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

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