#D13434

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

Shades of Persian Red #D13434

Tints of Persian Red #D13434

Color information

#D13434 (or 0xD13434) is unknown color: approx Persian Red. HEX triplet: D1, 34 and 34. RGB value is (209,52,52). Sum of RGB (Red+Green+Blue) = 209+52+52=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D13434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13434 is #2ECBCB. Grayscale: #636363. Windows color (decimal): -3066828 or 3421393. OLE color: 3421393.

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

Color convert

RGB2095252-
CMYK00.750.750.18
HSL63.05%51.18%-
HSV(B)75.12%81.96%-
XYZ28.1416.264.9-
YUV98.94101.51206.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 66.77%
GREEN value IS 52 (20.70% from 255) = 16.61%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=66.77%
G=16.61%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209525200.750.750.18063.0551.18
HexD1343404B4B1203f33
Octal321646401131132207763
Binary11010001110100110100010010111001011100100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13434; }

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

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

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

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

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

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

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

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