#D43C2B

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

Shades of Persian Red #D43C2B

Tints of Persian Red #D43C2B

Color information

#D43C2B (or 0xD43C2B) is unknown color: approx Persian Red. HEX triplet: D4, 3C and 2B. RGB value is (212,60,43). Sum of RGB (Red+Green+Blue) = 212+60+43=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43C2B is #2BC3D4. Grayscale: #676767. Windows color (decimal): -2868181 or 2833620. OLE color: 2833620.

HSL color Cylindrical-coordinate representation of color #D43C2B: hue angle of 6.04º 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 #D43C2B is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB2126043-
CMYK00.720.800.17
HSL6.04º66.27%50%-
HSV(B)6.04º79.72%83.14%-
XYZ29.217.44.11-
YUV103.5193.86205.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.30%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=67.30%
G=19.05%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212604300.720.800.176.0466.2750
HexD43C2B048501164232
Octal3247453011012021610262
Binary11010100111100101011010010001010000100011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43C2B; }

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

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

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

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

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

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

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

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