Html Css Color HEX #D9312F Persian Red

📋 copy color: '#D9312F'

red 217 ◦ green 49 ◦ blue 47

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

Shades of Persian Red #D9312F

Tints of Persian Red #D9312F

RGB

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

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

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

R = 69.33%
G = 15.65%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D9312F (or 0xD9312F) is known color: Persian Red. HEX triplet: D9, 31 and 2F. RGB value is (217,49,47). Sum of RGB (Red+Green+Blue) = 217+49+47=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9312F is #26CED0. Grayscale: #636363. Windows color (decimal): -2543313 or 3092953. OLE color: 3092953.

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

Color convert

RGB 217 49 47 -
CMYK 0 0.77 0.78 0.15
HSL 0.71º 0.69% 0.52% -
HSV(B) 0.71º 0.78% 0.85% -
XYZ 30.23 17.15 4.41 -
YUV 99 98.66 212.16 -
System Red Green Blue C M Y K H S L
Decimal 217 49 47 0 0.77 0.78 0.15 0.71 0.69 0.52
Hex D9 31 2F 0 4D 4E F 1 45 34
Octal 331 61 57 0 115 116 17 1 105 64
Binary 11011001 110001 101111 0 1001101 1001110 1111 1 1000101 110100

Color Harmonies of #D9312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9312F

Black with #D9312F

Text Example


Text Example

White with #D9312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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