Html Css Color HEX #D1312B Persian Red

📋 copy color: '#D1312B'

red 209 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #D1312B

Tints of Persian Red #D1312B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 69.44%
G = 16.28%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1312B (or 0xD1312B) is known color: Persian Red. HEX triplet: D1, 31 and 2B. RGB value is (209,49,43). Sum of RGB (Red+Green+Blue) = 209+49+43=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D1312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1312B is #2ECED4. Grayscale: #606060. Windows color (decimal): -3067605 or 2830801. OLE color: 2830801.

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

Color convert

RGB 209 49 43 -
CMYK 0 0.77 0.79 0.18
HSL 2.17º 0.66% 0.49% -
HSV(B) 2.17º 0.79% 0.82% -
XYZ 27.83 15.93 3.89 -
YUV 96.16 98.01 208.49 -
System Red Green Blue C M Y K H S L
Decimal 209 49 43 0 0.77 0.79 0.18 2.17 0.66 0.49
Hex D1 31 2B 0 4D 4F 12 2 42 31
Octal 321 61 53 0 115 117 22 2 102 61
Binary 11010001 110001 101011 0 1001101 1001111 10010 10 1000010 110001

Color Harmonies of #D1312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1312B

Black with #D1312B

Text Example


Text Example

White with #D1312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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