#D43C36

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

Shades of Persian Red #D43C36

Tints of Persian Red #D43C36

Color information

#D43C36 (or 0xD43C36) is unknown color: approx Persian Red. HEX triplet: D4, 3C and 36. RGB value is (212,60,54). Sum of RGB (Red+Green+Blue) = 212+60+54=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C36 is #2BC3C9. Grayscale: #686868. Windows color (decimal): -2868170 or 3554516. OLE color: 3554516.

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

Color convert

RGB2126054-
CMYK00.720.750.17
HSL2.28º64.75%52.16%-
HSV(B)2.28º74.53%83.14%-
XYZ29.4317.55.32-
YUV104.7699.36204.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 65.03%
GREEN value IS 60 (23.83% from 255) = 18.40%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=65.03%
G=18.40%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212605400.720.750.172.2864.7552.16
HexD43C360484B1124134
Octal3247466011011321210164
Binary1101010011110011011001001000100101110001101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43C36; }

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

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

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

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

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

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

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

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