#D53A3A

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

Shades of Persian Red #D53A3A

Tints of Persian Red #D53A3A

Color information

#D53A3A (or 0xD53A3A) is unknown color: approx Persian Red. HEX triplet: D5, 3A and 3A. RGB value is (213,58,58). Sum of RGB (Red+Green+Blue) = 213+58+58=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53A3A is #2AC5C5. Grayscale: #686868. Windows color (decimal): -2803142 or 3816149. OLE color: 3816149.

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

Color convert

RGB2135858-
CMYK00.730.730.16
HSL64.85%53.14%-
HSV(B)72.77%83.53%-
XYZ29.7217.485.81-
YUV104.34101.85205.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.74%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=64.74%
G=17.63%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213585800.730.730.16064.8553.14
HexD53A3A049491004135
Octal3257272011111120010165
Binary110101011110101110100100100110010011000001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53A3A; }

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

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

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

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

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

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

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

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