#D53928

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

Shades of Persian Red #D53928

Tints of Persian Red #D53928

Color information

#D53928 (or 0xD53928) is unknown color: approx Persian Red. HEX triplet: D5, 39 and 28. RGB value is (213,57,40). Sum of RGB (Red+Green+Blue) = 213+57+40=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D53928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53928 is #2AC6D7. Grayscale: #656565. Windows color (decimal): -2803416 or 2636245. OLE color: 2636245.

HSL color Cylindrical-coordinate representation of color #D53928: hue angle of 5.9º 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 #D53928 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2135740-
CMYK00.730.810.16
HSL5.9º68.38%49.61%-
HSV(B)5.9º81.22%83.53%-
XYZ29.2917.233.79-
YUV101.7193.18207.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.71%
GREEN value IS 57 (22.66% from 255) = 18.39%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=68.71%
G=18.39%
B=12.90%

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
Decimal213574000.730.810.165.968.3849.61
HexD53928049511064432
Octal3257150011112120610462
Binary11010101111001101000010010011010001100001101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53928; }

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

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

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

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

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

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

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

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