#D53A28

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

Shades of Persian Red #D53A28

Tints of Persian Red #D53A28

Color information

#D53A28 (or 0xD53A28) is unknown color: approx Persian Red. HEX triplet: D5, 3A and 28. RGB value is (213,58,40). Sum of RGB (Red+Green+Blue) = 213+58+40=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A28 is #2AC5D7. Grayscale: #666666. Windows color (decimal): -2803160 or 2636501. OLE color: 2636501.

HSL color Cylindrical-coordinate representation of color #D53A28: hue angle of 6.24º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D53A28 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2135840-
CMYK00.730.810.16
HSL6.24º68.38%49.61%-
HSV(B)6.24º81.22%83.53%-
XYZ29.3417.333.81-
YUV102.2992.85206.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.49%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 40 (16.02% from 255) = 12.86%
R=68.49%
G=18.65%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213584000.730.810.166.2468.3849.61
HexD53A28049511064432
Octal3257250011112120610462
Binary11010101111010101000010010011010001100001101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A28; }

 p { color: rgb(213,58,40); }

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

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

 a { background-color: rgb(213,58,40); }

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

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

 span { border-color: rgb(213,58,40); }

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