#D3403F

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

Shades of Persian Red #D3403F

Tints of Persian Red #D3403F

Color information

#D3403F (or 0xD3403F) is unknown color: approx Persian Red. HEX triplet: D3, 40 and 3F. RGB value is (211,64,63). Sum of RGB (Red+Green+Blue) = 211+64+63=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3403F is #2CBFC0. Grayscale: #6B6B6B. Windows color (decimal): -2932673 or 4145363. OLE color: 4145363.

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

Color convert

RGB2116463-
CMYK00.700.700.17
HSL0.41º62.71%53.73%-
HSV(B)0.41º70.14%82.75%-
XYZ29.5917.876.59-
YUV107.84102.7201.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 62.43%
GREEN value IS 64 (25.39% from 255) = 18.93%
BLUE value IS 63 (25% from 255) = 18.64%
R=62.43%
G=18.93%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211646300.700.700.170.4162.7153.73
HexD3403F046461103f36
Octal3231007701061062107766
Binary110100111000000111111010001101000110100010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3403F; }

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

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

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

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

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

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

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

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