#d32f25

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

Shades of Persian Red #D32F25

Tints of Persian Red #D32F25

Color information

#D32F25 (or 0xD32F25) is unknown color: approx Persian Red. HEX triplet: D3, 2F and 25. RGB value is (211,47,37). Sum of RGB (Red+Green+Blue) = 211+47+37=295 (39% of max value = 765). Red value is 211 (82.81% from 255 or 71.53% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 211 - color contains mainly: red. Hex color #D32F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32F25 is #2CD0DA. Grayscale: #5F5F5F. Windows color (decimal): -2937051 or 2437075. OLE color: 2437075.

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

Color convert

RGB2114737-
CMYK00.780.820.17
HSL3.45º70.16%48.63%-
HSV(B)3.45º82.46%82.75%-
XYZ28.2116.023.35-
YUV94.995.33210.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 71.53%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 37 (14.84% from 255) = 12.54%
R=71.53%
G=15.93%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211473700.780.820.173.4570.1648.63
HexD32F2504E521134631
Octal3235745011612221310661
Binary1101001110111110010101001110101001010001111000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d32f25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d32f25; }

 p { color: rgb(211,47,37); }

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

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

 a { background-color: rgb(211,47,37); }

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

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

 span { border-color: rgb(211,47,37); }

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