#D43B2B

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

Shades of Persian Red #D43B2B

Tints of Persian Red #D43B2B

Color information

#D43B2B (or 0xD43B2B) is unknown color: approx Persian Red. HEX triplet: D4, 3B and 2B. RGB value is (212,59,43). Sum of RGB (Red+Green+Blue) = 212+59+43=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43B2B is #2BC4D4. Grayscale: #676767. Windows color (decimal): -2868437 or 2833364. OLE color: 2833364.

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

Color convert

RGB2125943-
CMYK00.720.800.17
HSL5.68º66.27%50%-
HSV(B)5.68º79.72%83.14%-
XYZ29.1517.34.09-
YUV102.9294.19205.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 67.52%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 43 (17.19% from 255) = 13.69%
R=67.52%
G=18.79%
B=13.69%

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
Decimal212594300.720.800.175.6866.2750
HexD43B2B048501164232
Octal3247353011012021610262
Binary11010100111011101011010010001010000100011101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43B2B; }

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

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

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

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

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

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

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

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