#D12C2B

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

Shades of Persian Red #D12C2B

Tints of Persian Red #D12C2B

Color information

#D12C2B (or 0xD12C2B) is unknown color: approx Persian Red. HEX triplet: D1, 2C and 2B. RGB value is (209,44,43). Sum of RGB (Red+Green+Blue) = 209+44+43=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D12C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12C2B is #2ED3D4. Grayscale: #5D5D5D. Windows color (decimal): -3068885 or 2829521. OLE color: 2829521.

HSL color Cylindrical-coordinate representation of color #D12C2B: hue angle of 0.36º 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 #D12C2B is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB2094443-
CMYK00.790.790.18
HSL0.36º65.87%49.41%-
HSV(B)0.36º79.43%81.96%-
XYZ27.6315.533.83-
YUV93.2299.66210.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 70.61%
GREEN value IS 44 (17.58% from 255) = 14.86%
BLUE value IS 43 (17.19% from 255) = 14.53%
R=70.61%
G=14.86%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209444300.790.790.180.3665.8749.41
HexD12C2B04F4F1204231
Octal3215453011711722010261
Binary110100011011001010110100111110011111001001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D12C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D12C2B; }

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

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

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

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

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

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

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

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