#D42E2B

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

Shades of Persian Red #D42E2B

Tints of Persian Red #D42E2B

Color information

#D42E2B (or 0xD42E2B) is unknown color: approx Persian Red. HEX triplet: D4, 2E and 2B. RGB value is (212,46,43). Sum of RGB (Red+Green+Blue) = 212+46+43=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42E2B is #2BD1D4. Grayscale: #5F5F5F. Windows color (decimal): -2871765 or 2830036. OLE color: 2830036.

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

Color convert

RGB2124643-
CMYK00.780.800.17
HSL1.07º66.27%50%-
HSV(B)1.07º79.72%83.14%-
XYZ28.5616.133.89-
YUV95.2998.5211.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 70.43%
GREEN value IS 46 (18.36% from 255) = 15.28%
BLUE value IS 43 (17.19% from 255) = 14.29%
R=70.43%
G=15.28%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212464300.780.800.171.0766.2750
HexD42E2B04E501114232
Octal3245653011612021110262
Binary110101001011101010110100111010100001000111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42E2B; }

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

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

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

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

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

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

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

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