#D4352E

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

Shades of Persian Red #D4352E

Tints of Persian Red #D4352E

Color information

#D4352E (or 0xD4352E) is unknown color: approx Persian Red. HEX triplet: D4, 35 and 2E. RGB value is (212,53,46). Sum of RGB (Red+Green+Blue) = 212+53+46=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4352E is #2BCAD1. Grayscale: #636363. Windows color (decimal): -2869970 or 3028436. OLE color: 3028436.

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

Color convert

RGB2125346-
CMYK00.750.780.17
HSL2.53º65.87%50.59%-
HSV(B)2.53º78.3%83.14%-
XYZ28.9216.744.29-
YUV99.7497.68208.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 68.17%
GREEN value IS 53 (21.09% from 255) = 17.04%
BLUE value IS 46 (18.36% from 255) = 14.79%
R=68.17%
G=17.04%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212534600.750.780.172.5365.8750.59
HexD4352E04B4E1134233
Octal3246556011311621310263
Binary1101010011010110111001001011100111010001111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4352E; }

 p { color: rgb(212,53,46); }

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

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

 a { background-color: rgb(212,53,46); }

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

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

 span { border-color: rgb(212,53,46); }

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