#D53A27

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

Shades of Persian Red #D53A27

Tints of Persian Red #D53A27

Color information

#D53A27 (or 0xD53A27) is unknown color: approx Persian Red. HEX triplet: D5, 3A and 27. RGB value is (213,58,39). Sum of RGB (Red+Green+Blue) = 213+58+39=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A27 is #2AC5D8. Grayscale: #666666. Windows color (decimal): -2803161 or 2570965. OLE color: 2570965.

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

Color convert

RGB2135839-
CMYK00.730.820.16
HSL6.55º69.05%49.41%-
HSV(B)6.55º81.69%83.53%-
XYZ29.3217.323.72-
YUV102.1892.35207.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.71%
GREEN value IS 58 (23.05% from 255) = 18.71%
BLUE value IS 39 (15.62% from 255) = 12.58%
R=68.71%
G=18.71%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213583900.730.820.166.5569.0549.41
HexD53A27049521074531
Octal3257247011112220710561
Binary11010101111010100111010010011010010100001111000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A27; }

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

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

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

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

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

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

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

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