Html Css Color HEX #D3312F Persian Red

📋 copy color: '#D3312F'

red 211 ◦ green 49 ◦ blue 47

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

Shades of Persian Red #D3312F

Tints of Persian Red #D3312F

RGB

 RED value IS 211 (82.81% from 255) = 68.73%

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

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

R = 68.73%
G = 15.96%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3312F (or 0xD3312F) is known color: Persian Red. HEX triplet: D3, 31 and 2F. RGB value is (211,49,47). Sum of RGB (Red+Green+Blue) = 211+49+47=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3312F is #2CCED0. Grayscale: #616161. Windows color (decimal): -2936529 or 3092947. OLE color: 3092947.

HSL color Cylindrical-coordinate representation of color #D3312F: hue angle of 0.73º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3312F is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 49 47 -
CMYK 0 0.77 0.78 0.17
HSL 0.73º 0.65% 0.51% -
HSV(B) 0.73º 0.78% 0.83% -
XYZ 28.48 16.25 4.33 -
YUV 97.21 99.67 209.16 -
System Red Green Blue C M Y K H S L
Decimal 211 49 47 0 0.77 0.78 0.17 0.73 0.65 0.51
Hex D3 31 2F 0 4D 4E 11 1 41 33
Octal 323 61 57 0 115 116 21 1 101 63
Binary 11010011 110001 101111 0 1001101 1001110 10001 1 1000001 110011

Color Harmonies of #D3312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3312F

Black with #D3312F

Text Example


Text Example

White with #D3312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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