#D32E22

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

Shades of Persian Red #D32E22

Tints of Persian Red #D32E22

Color information

#D32E22 (or 0xD32E22) is unknown color: approx Persian Red. HEX triplet: D3, 2E and 22. RGB value is (211,46,34). Sum of RGB (Red+Green+Blue) = 211+46+34=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D32E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32E22 is #2CD1DD. Grayscale: #5E5E5E. Windows color (decimal): -2937310 or 2240211. OLE color: 2240211.

HSL color Cylindrical-coordinate representation of color #D32E22: hue angle of 4.07º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32E22 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB2114634-
CMYK00.780.840.17
HSL4.07º72.24%48.04%-
HSV(B)4.07º83.89%82.75%-
XYZ28.1315.923.1-
YUV93.9794.16211.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 72.51%
GREEN value IS 46 (18.36% from 255) = 15.81%
BLUE value IS 34 (13.67% from 255) = 11.68%
R=72.51%
G=15.81%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211463400.780.840.174.0772.2448.04
HexD32E2204E541144830
Octal3235642011612421411060
Binary11010011101110100010010011101010100100011001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D32E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D32E22; }

 p { color: rgb(211,46,34); }

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

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

 a { background-color: rgb(211,46,34); }

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

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

 span { border-color: rgb(211,46,34); }

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