#D43C2D

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

Shades of Persian Red #D43C2D

Tints of Persian Red #D43C2D

Color information

#D43C2D (or 0xD43C2D) is unknown color: approx Persian Red. HEX triplet: D4, 3C and 2D. RGB value is (212,60,45). Sum of RGB (Red+Green+Blue) = 212+60+45=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C2D is #2BC3D2. Grayscale: #676767. Windows color (decimal): -2868179 or 2964692. OLE color: 2964692.

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

Color convert

RGB2126045-
CMYK00.720.790.17
HSL5.39º66.01%50.39%-
HSV(B)5.39º78.77%83.14%-
XYZ29.2417.424.3-
YUV103.7494.86205.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 66.88%
GREEN value IS 60 (23.83% from 255) = 18.93%
BLUE value IS 45 (17.97% from 255) = 14.20%
R=66.88%
G=18.93%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212604500.720.790.175.3966.0150.39
HexD43C2D0484F1154232
Octal3247455011011721510262
Binary11010100111100101101010010001001111100011011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43C2D; }

 p { color: rgb(212,60,45); }

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

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

 a { background-color: rgb(212,60,45); }

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

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

 span { border-color: rgb(212,60,45); }

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