#D73333

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

Shades of Persian Red #D73333

Tints of Persian Red #D73333

Color information

#D73333 (or 0xD73333) is unknown color: approx Persian Red. HEX triplet: D7, 33 and 33. RGB value is (215,51,51). Sum of RGB (Red+Green+Blue) = 215+51+51=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D73333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73333 is #28CCCC. Grayscale: #646464. Windows color (decimal): -2673869 or 3355607. OLE color: 3355607.

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

Color convert

RGB2155151-
CMYK00.760.760.16
HSL67.21%52.16%-
HSV(B)76.28%84.31%-
XYZ29.8117.054.85-
YUV100.04100.33210-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 67.82%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=67.82%
G=16.09%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215515100.760.760.16067.2152.16
HexD7333304C4C1004334
Octal3276363011411420010364
Binary110101111100111100110100110010011001000001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D73333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D73333; }

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

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

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

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

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

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

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

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