Html Css Color HEX #D8312D Persian Red

📋 copy color: '#D8312D'

red 216 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #D8312D

Tints of Persian Red #D8312D

RGB

 RED value IS 216 (84.77% from 255) = 69.68%

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

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 69.68%
G = 15.81%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8312D (or 0xD8312D) is known color: Persian Red. HEX triplet: D8, 31 and 2D. RGB value is (216,49,45). Sum of RGB (Red+Green+Blue) = 216+49+45=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8312D is #27CED2. Grayscale: #626262. Windows color (decimal): -2608851 or 2961880. OLE color: 2961880.

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

Color convert

RGB 216 49 45 -
CMYK 0 0.77 0.79 0.15
HSL 1.4º 0.69% 0.51% -
HSV(B) 1.4º 0.79% 0.85% -
XYZ 29.89 16.99 4.19 -
YUV 98.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 216 49 45 0 0.77 0.79 0.15 1.4 0.69 0.51
Hex D8 31 2D 0 4D 4F F 1 45 33
Octal 330 61 55 0 115 117 17 1 105 63
Binary 11011000 110001 101101 0 1001101 1001111 1111 1 1000101 110011

Color Harmonies of #D8312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8312D

Black with #D8312D

Text Example


Text Example

White with #D8312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8312D; }

 p { color: rgb(216,49,45); }

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

background-color css

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

 a { background-color: rgb(216,49,45); }

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

border-color css

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

 span { border-color: rgb(216,49,45); }

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