#D3403C

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

Shades of Persian Red #D3403C

Tints of Persian Red #D3403C

Color information

#D3403C (or 0xD3403C) is unknown color: approx Persian Red. HEX triplet: D3, 40 and 3C. RGB value is (211,64,60). Sum of RGB (Red+Green+Blue) = 211+64+60=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D3403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3403C is #2CBFC3. Grayscale: #6B6B6B. Windows color (decimal): -2932676 or 3948755. OLE color: 3948755.

HSL color Cylindrical-coordinate representation of color #D3403C: hue angle of 1.59º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3403C is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB2116460-
CMYK00.700.720.17
HSL1.59º63.18%53.14%-
HSV(B)1.59º71.56%82.75%-
XYZ29.5117.846.16-
YUV107.5101.2201.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.99%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=62.99%
G=19.10%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211646000.700.720.171.5963.1853.14
HexD3403C046481123f35
Octal3231007401061102127765
Binary1101001110000001111000100011010010001000110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3403C; }

 p { color: rgb(211,64,60); }

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

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

 a { background-color: rgb(211,64,60); }

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

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

 span { border-color: rgb(211,64,60); }

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