Html Css Color HEX #D1392B Persian Red

📋 copy color: '#D1392B'

red 209 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #D1392B

Tints of Persian Red #D1392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 67.64%
G = 18.45%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1392B (or 0xD1392B) is known color: Persian Red. HEX triplet: D1, 39 and 2B. RGB value is (209,57,43). Sum of RGB (Red+Green+Blue) = 209+57+43=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D1392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1392B is #2EC6D4. Grayscale: #656565. Windows color (decimal): -3065557 or 2832849. OLE color: 2832849.

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

Color convert

RGB 209 57 43 -
CMYK 0 0.73 0.79 0.18
HSL 5.06º 0.66% 0.49% -
HSV(B) 5.06º 0.79% 0.82% -
XYZ 28.19 16.66 4.01 -
YUV 100.85 95.36 205.14 -
System Red Green Blue C M Y K H S L
Decimal 209 57 43 0 0.73 0.79 0.18 5.06 0.66 0.49
Hex D1 39 2B 0 49 4F 12 5 42 31
Octal 321 71 53 0 111 117 22 5 102 61
Binary 11010001 111001 101011 0 1001001 1001111 10010 101 1000010 110001

Color Harmonies of #D1392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1392B

Black with #D1392B

Text Example


Text Example

White with #D1392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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