#D53733

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

Shades of Persian Red #D53733

Tints of Persian Red #D53733

Color information

#D53733 (or 0xD53733) is unknown color: approx Persian Red. HEX triplet: D5, 37 and 33. RGB value is (213,55,51). Sum of RGB (Red+Green+Blue) = 213+55+51=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D53733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53733 is #2AC8CC. Grayscale: #656565. Windows color (decimal): -2803917 or 3356629. OLE color: 3356629.

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

Color convert

RGB2135551-
CMYK00.740.760.16
HSL1.48º65.85%51.76%-
HSV(B)1.48º76.06%83.53%-
XYZ29.417.124.89-
YUV101.7999.35207.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 66.77%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=66.77%
G=17.24%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213555100.740.760.161.4865.8551.76
HexD5373304A4C1014234
Octal3256763011211420110264
Binary110101011101111100110100101010011001000011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53733; }

 p { color: rgb(213,55,51); }

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

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

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

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

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

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

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