#D53828

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

Shades of Persian Red #D53828

Tints of Persian Red #D53828

Color information

#D53828 (or 0xD53828) is unknown color: approx Persian Red. HEX triplet: D5, 38 and 28. RGB value is (213,56,40). Sum of RGB (Red+Green+Blue) = 213+56+40=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 56 (22.27% from 255 or 18.12% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D53828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53828 is #2AC7D7. Grayscale: #656565. Windows color (decimal): -2803672 or 2635989. OLE color: 2635989.

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

Color convert

RGB2135640-
CMYK00.740.810.16
HSL5.55º68.38%49.61%-
HSV(B)5.55º81.22%83.53%-
XYZ29.2417.133.77-
YUV101.1293.51207.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.93%
GREEN value IS 56 (22.27% from 255) = 18.12%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=68.93%
G=18.12%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213564000.740.810.165.5568.3849.61
HexD5382804A511064432
Octal3257050011212120610462
Binary11010101111000101000010010101010001100001101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53828; }

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

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

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

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

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

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

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

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