#D13F34

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

Shades of Persian Red #D13F34

Tints of Persian Red #D13F34

Color information

#D13F34 (or 0xD13F34) is unknown color: approx Persian Red. HEX triplet: D1, 3F and 34. RGB value is (209,63,52). Sum of RGB (Red+Green+Blue) = 209+63+52=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F34 is #2EC0CB. Grayscale: #696969. Windows color (decimal): -3064012 or 3424209. OLE color: 3424209.

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

Color convert

RGB2096352-
CMYK00.700.750.18
HSL4.2º63.05%51.18%-
HSV(B)4.2º75.12%81.96%-
XYZ28.6917.365.09-
YUV105.497.87201.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 64.51%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 52 (20.70% from 255) = 16.05%
R=64.51%
G=19.44%
B=16.05%

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
Decimal209635200.700.750.184.263.0551.18
HexD13F340464B1243f33
Octal321776401061132247763
Binary1101000111111111010001000110100101110010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13F34; }

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

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

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

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

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

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

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

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