#D53938

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

Shades of Persian Red #D53938

Tints of Persian Red #D53938

Color information

#D53938 (or 0xD53938) is unknown color: approx Persian Red. HEX triplet: D5, 39 and 38. RGB value is (213,57,56). Sum of RGB (Red+Green+Blue) = 213+57+56=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D53938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53938 is #2AC6C7. Grayscale: #676767. Windows color (decimal): -2803400 or 3684821. OLE color: 3684821.

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

Color convert

RGB2135756-
CMYK00.730.740.16
HSL0.38º65.15%52.75%-
HSV(B)0.38º73.71%83.53%-
XYZ29.6217.365.53-
YUV103.53101.18206.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 65.34%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 56 (22.27% from 255) = 17.18%
R=65.34%
G=17.48%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213575600.730.740.160.3865.1552.75
HexD539380494A1004135
Octal3257170011111220010165
Binary110101011110011110000100100110010101000001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53938; }

 p { color: rgb(213,57,56); }

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

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

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

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

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

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

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