Html Css Color HEX #D1382B Persian Red

📋 copy color: '#D1382B'

red 209 ◦ green 56 ◦ blue 43

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

Shades of Persian Red #D1382B

Tints of Persian Red #D1382B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 67.86%
G = 18.18%
B = 13.96%

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

#D1382B (or 0xD1382B) is known color: Persian Red. HEX triplet: D1, 38 and 2B. RGB value is (209,56,43). Sum of RGB (Red+Green+Blue) = 209+56+43=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1382B is #2EC7D4. Grayscale: #646464. Windows color (decimal): -3065813 or 2832593. OLE color: 2832593.

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

Color convert

RGB 209 56 43 -
CMYK 0 0.73 0.79 0.18
HSL 4.7º 0.66% 0.49% -
HSV(B) 4.7º 0.79% 0.82% -
XYZ 28.14 16.56 4 -
YUV 100.27 95.69 205.56 -
System Red Green Blue C M Y K H S L
Decimal 209 56 43 0 0.73 0.79 0.18 4.7 0.66 0.49
Hex D1 38 2B 0 49 4F 12 5 42 31
Octal 321 70 53 0 111 117 22 5 102 61
Binary 11010001 111000 101011 0 1001001 1001111 10010 101 1000010 110001

Color Harmonies of #D1382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1382B

Black with #D1382B

Text Example


Text Example

White with #D1382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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