#D43F39

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

Shades of Persian Red #D43F39

Tints of Persian Red #D43F39

Color information

#D43F39 (or 0xD43F39) is unknown color: approx Persian Red. HEX triplet: D4, 3F and 39. RGB value is (212,63,57). Sum of RGB (Red+Green+Blue) = 212+63+57=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43F39 is #2BC0C6. Grayscale: #6B6B6B. Windows color (decimal): -2867399 or 3751892. OLE color: 3751892.

HSL color Cylindrical-coordinate representation of color #D43F39: hue angle of 2.32º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43F39 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB2126357-
CMYK00.700.730.17
HSL2.32º64.32%52.75%-
HSV(B)2.32º73.11%83.14%-
XYZ29.6717.855.75-
YUV106.8799.86202.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 63.86%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 57 (22.66% from 255) = 17.17%
R=63.86%
G=18.98%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212635700.700.730.172.3264.3252.75
HexD43F39046491124035
Octal3247771010611121210065
Binary1101010011111111100101000110100100110001101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43F39; }

 p { color: rgb(212,63,57); }

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

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

 a { background-color: rgb(212,63,57); }

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

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

 span { border-color: rgb(212,63,57); }

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