Html Css Color HEX #D1312F Persian Red

📋 copy color: '#D1312F'

red 209 ◦ green 49 ◦ blue 47

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

Shades of Persian Red #D1312F

Tints of Persian Red #D1312F

RGB

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

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

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

R = 68.52%
G = 16.07%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1312F (or 0xD1312F) is known color: Persian Red. HEX triplet: D1, 31 and 2F. RGB value is (209,49,47). Sum of RGB (Red+Green+Blue) = 209+49+47=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1312F is #2ECED0. Grayscale: #606060. Windows color (decimal): -3067601 or 3092945. OLE color: 3092945.

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

Color convert

RGB 209 49 47 -
CMYK 0 0.77 0.78 0.18
HSL 0.74º 0.64% 0.5% -
HSV(B) 0.74º 0.78% 0.82% -
XYZ 27.91 15.96 4.3 -
YUV 96.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 209 49 47 0 0.77 0.78 0.18 0.74 0.64 0.5
Hex D1 31 2F 0 4D 4E 12 1 40 32
Octal 321 61 57 0 115 116 22 1 100 62
Binary 11010001 110001 101111 0 1001101 1001110 10010 1 1000000 110010

Color Harmonies of #D1312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1312F

Black with #D1312F

Text Example


Text Example

White with #D1312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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