#D52321

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

Shades of Persian Red #D52321

Tints of Persian Red #D52321

Color information

#D52321 (or 0xD52321) is unknown color: approx Persian Red. HEX triplet: D5, 23 and 21. RGB value is (213,35,33). Sum of RGB (Red+Green+Blue) = 213+35+33=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D52321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52321 is #2ADCDE. Grayscale: #585858. Windows color (decimal): -2809055 or 2171861. OLE color: 2171861.

HSL color Cylindrical-coordinate representation of color #D52321: hue angle of 0.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52321 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB2133533-
CMYK00.840.850.16
HSL0.67º73.17%48.24%-
HSV(B)0.67º84.51%83.53%-
XYZ28.3215.462.93-
YUV87.9996.97217.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 75.80%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=75.80%
G=12.46%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213353300.840.850.160.6773.1748.24
HexD52321054551014930
Octal3254341012412520111160
Binary110101011000111000010101010010101011000011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52321; }

 p { color: rgb(213,35,33); }

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

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

 a { background-color: rgb(213,35,33); }

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

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

 span { border-color: rgb(213,35,33); }

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