#D73533

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

Shades of Persian Red #D73533

Tints of Persian Red #D73533

Color information

#D73533 (or 0xD73533) is unknown color: approx Persian Red. HEX triplet: D7, 35 and 33. RGB value is (215,53,51). Sum of RGB (Red+Green+Blue) = 215+53+51=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D73533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73533 is #28CACC. Grayscale: #656565. Windows color (decimal): -2673357 or 3356119. OLE color: 3356119.

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

Color convert

RGB2155351-
CMYK00.750.760.16
HSL0.73º67.21%52.16%-
HSV(B)0.73º76.28%84.31%-
XYZ29.8917.234.88-
YUV101.2199.67209.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 67.40%
GREEN value IS 53 (21.09% from 255) = 16.61%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=67.40%
G=16.61%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215535100.750.760.160.7367.2152.16
HexD7353304B4C1014334
Octal3276563011311420110364
Binary110101111101011100110100101110011001000011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73533; }

 p { color: rgb(215,53,51); }

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

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

 a { background-color: rgb(215,53,51); }

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

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

 span { border-color: rgb(215,53,51); }

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