Html Css Color HEX #D9312C Persian Red

📋 copy color: '#D9312C'

red 217 ◦ green 49 ◦ blue 44

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

Shades of Persian Red #D9312C

Tints of Persian Red #D9312C

RGB

 RED value IS 217 (85.16% from 255) = 70%

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 70%
G = 15.81%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D9312C (or 0xD9312C) is known color: Persian Red. HEX triplet: D9, 31 and 2C. RGB value is (217,49,44). Sum of RGB (Red+Green+Blue) = 217+49+44=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D9312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9312C is #26CED3. Grayscale: #626262. Windows color (decimal): -2543316 or 2896345. OLE color: 2896345.

HSL color Cylindrical-coordinate representation of color #D9312C: hue angle of 1.73º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9312C is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 49 44 -
CMYK 0 0.77 0.80 0.15
HSL 1.73º 0.69% 0.51% -
HSV(B) 1.73º 0.8% 0.85% -
XYZ 30.17 17.13 4.1 -
YUV 98.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 217 49 44 0 0.77 0.80 0.15 1.73 0.69 0.51
Hex D9 31 2C 0 4D 50 F 2 45 33
Octal 331 61 54 0 115 120 17 2 105 63
Binary 11011001 110001 101100 0 1001101 1010000 1111 10 1000101 110011

Color Harmonies of #D9312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9312C

Black with #D9312C

Text Example


Text Example

White with #D9312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9312C; }

 p { color: rgb(217,49,44); }

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

background-color css

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

 a { background-color: rgb(217,49,44); }

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

border-color css

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

 span { border-color: rgb(217,49,44); }

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