Html Css Color HEX #D1392F Persian Red

📋 copy color: '#D1392F'

red 209 ◦ green 57 ◦ blue 47

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

Shades of Persian Red #D1392F

Tints of Persian Red #D1392F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 66.77%
G = 18.21%
B = 15.02%

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

#D1392F (or 0xD1392F) is known color: Persian Red. HEX triplet: D1, 39 and 2F. RGB value is (209,57,47). Sum of RGB (Red+Green+Blue) = 209+57+47=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D1392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1392F is #2EC6D0. Grayscale: #656565. Windows color (decimal): -3065553 or 3094993. OLE color: 3094993.

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

Color convert

RGB 209 57 47 -
CMYK 0 0.73 0.78 0.18
HSL 3.7º 0.64% 0.5% -
HSV(B) 3.7º 0.78% 0.82% -
XYZ 28.27 16.69 4.42 -
YUV 101.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 209 57 47 0 0.73 0.78 0.18 3.7 0.64 0.5
Hex D1 39 2F 0 49 4E 12 4 40 32
Octal 321 71 57 0 111 116 22 4 100 62
Binary 11010001 111001 101111 0 1001001 1001110 10010 100 1000000 110010

Color Harmonies of #D1392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1392F

Black with #D1392F

Text Example


Text Example

White with #D1392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1392F; }

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

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

background-color css

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

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

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

border-color css

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

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

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