#D53F3F

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

Shades of Persian Red #D53F3F

Tints of Persian Red #D53F3F

Color information

#D53F3F (or 0xD53F3F) is unknown color: approx Persian Red. HEX triplet: D5, 3F and 3F. RGB value is (213,63,63). Sum of RGB (Red+Green+Blue) = 213+63+63=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F3F is #2AC0C0. Grayscale: #6C6C6C. Windows color (decimal): -2801857 or 4145109. OLE color: 4145109.

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

Color convert

RGB2136363-
CMYK00.700.700.16
HSL64.1%54.12%-
HSV(B)70.42%83.53%-
XYZ30.1218.066.6-
YUV107.85102.7203-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 62.83%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 63 (25% from 255) = 18.58%
R=62.83%
G=18.58%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213636300.700.700.16064.154.12
HexD53F3F046461004036
Octal3257777010610620010066
Binary110101011111111111110100011010001101000001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53F3F; }

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

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

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

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

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

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

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

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