#D43A2B

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

Shades of Persian Red #D43A2B

Tints of Persian Red #D43A2B

Color information

#D43A2B (or 0xD43A2B) is unknown color: approx Persian Red. HEX triplet: D4, 3A and 2B. RGB value is (212,58,43). Sum of RGB (Red+Green+Blue) = 212+58+43=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43A2B is #2BC5D4. Grayscale: #666666. Windows color (decimal): -2868693 or 2833108. OLE color: 2833108.

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

Color convert

RGB2125843-
CMYK00.730.800.17
HSL5.33º66.27%50%-
HSV(B)5.33º79.72%83.14%-
XYZ29.117.24.07-
YUV102.3494.52206.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.73%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 43 (17.19% from 255) = 13.74%
R=67.73%
G=18.53%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212584300.730.800.175.3366.2750
HexD43A2B049501154232
Octal3247253011112021510262
Binary11010100111010101011010010011010000100011011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43A2B; }

 p { color: rgb(212,58,43); }

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

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

 a { background-color: rgb(212,58,43); }

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

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

 span { border-color: rgb(212,58,43); }

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