#D12E2B

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

Shades of Persian Red #D12E2B

Tints of Persian Red #D12E2B

Color information

#D12E2B (or 0xD12E2B) is unknown color: approx Persian Red. HEX triplet: D1, 2E and 2B. RGB value is (209,46,43). Sum of RGB (Red+Green+Blue) = 209+46+43=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D12E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12E2B is #2ED1D4. Grayscale: #5E5E5E. Windows color (decimal): -3068373 or 2830033. OLE color: 2830033.

HSL color Cylindrical-coordinate representation of color #D12E2B: hue angle of 1.08º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12E2B is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2094643-
CMYK00.780.790.18
HSL1.08º65.87%49.41%-
HSV(B)1.08º79.43%81.96%-
XYZ27.7115.683.85-
YUV94.499209.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 70.13%
GREEN value IS 46 (18.36% from 255) = 15.44%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=70.13%
G=15.44%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209464300.780.790.181.0865.8749.41
HexD12E2B04E4F1214231
Octal3215653011611722110261
Binary110100011011101010110100111010011111001011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12E2B; }

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

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

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

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

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

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

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

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