#D93633

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

Shades of Persian Red #D93633

Tints of Persian Red #D93633

Color information

#D93633 (or 0xD93633) is unknown color: approx Persian Red. HEX triplet: D9, 36 and 33. RGB value is (217,54,51). Sum of RGB (Red+Green+Blue) = 217+54+51=322 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.39% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 217 - color contains mainly: red. Hex color #D93633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93633 is #26C9CC. Grayscale: #666666. Windows color (decimal): -2542029 or 3356377. OLE color: 3356377.

HSL color Cylindrical-coordinate representation of color #D93633: hue angle of 1.08º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93633 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB2175451-
CMYK00.750.760.15
HSL1.08º68.6%52.55%-
HSV(B)1.08º76.5%85.1%-
XYZ30.5317.634.93-
YUV102.3999209.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 67.39%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 51 (20.31% from 255) = 15.84%
R=67.39%
G=16.77%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217545100.750.760.151.0868.652.55
HexD9363304B4CF14535
Octal3316663011311417110565
Binary11011001110110110011010010111001100111111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93633; }

 p { color: rgb(217,54,51); }

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

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

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

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

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

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

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