Html Css Color HEX #D1392E Persian Red

📋 copy color: '#D1392E'

red 209 ◦ green 57 ◦ blue 46

#D1392E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #D1392E

Tints of Persian Red #D1392E

RGB

 RED value IS 209 (82.03% from 255) = 66.99%

 GREEN value IS 57 (22.66% from 255) = 18.27%

 BLUE value IS 46 (18.36% from 255) = 14.74%

R = 66.99%
G = 18.27%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1392E (or 0xD1392E) is known color: Persian Red. HEX triplet: D1, 39 and 2E. RGB value is (209,57,46). Sum of RGB (Red+Green+Blue) = 209+57+46=312 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.99% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 209 - color contains mainly: red. Hex color #D1392E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1392E is #2EC6D1. Grayscale: #656565. Windows color (decimal): -3065554 or 3029457. OLE color: 3029457.

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

Color convert

RGB 209 57 46 -
CMYK 0 0.73 0.78 0.18
HSL 4.05º 0.64% 0.5% -
HSV(B) 4.05º 0.78% 0.82% -
XYZ 28.25 16.68 4.32 -
YUV 101.19 96.86 204.89 -
System Red Green Blue C M Y K H S L
Decimal 209 57 46 0 0.73 0.78 0.18 4.05 0.64 0.5
Hex D1 39 2E 0 49 4E 12 4 40 32
Octal 321 71 56 0 111 116 22 4 100 62
Binary 11010001 111001 101110 0 1001001 1001110 10010 100 1000000 110010

Color Harmonies of #D1392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1392E

Black with #D1392E

Text Example


Text Example

White with #D1392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1392E; }

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

 H1.HeaderClassName
 {
   color: #D1392E;
 }
 .AnyTagClassName
 {
   color: #D1392E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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