#D1423A

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

Shades of Persian Red #D1423A

Tints of Persian Red #D1423A

Color information

#D1423A (or 0xD1423A) is unknown color: approx Persian Red. HEX triplet: D1, 42 and 3A. RGB value is (209,66,58). Sum of RGB (Red+Green+Blue) = 209+66+58=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D1423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1423A is #2EBDC5. Grayscale: #6C6C6C. Windows color (decimal): -3063238 or 3818193. OLE color: 3818193.

HSL color Cylindrical-coordinate representation of color #D1423A: hue angle of 3.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1423A is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2096658-
CMYK00.680.720.18
HSL3.18º62.14%52.35%-
HSV(B)3.18º72.25%81.96%-
XYZ29.0117.765.9-
YUV107.8499.88200.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.76%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=62.76%
G=19.82%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209665800.680.720.183.1862.1452.35
HexD1423A044481233e34
Octal3211027201041102237664
Binary1101000110000101110100100010010010001001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1423A; }

 p { color: rgb(209,66,58); }

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

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

 a { background-color: rgb(209,66,58); }

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

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

 span { border-color: rgb(209,66,58); }

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