Html Css Color HEX #D8312B Persian Red

📋 copy color: '#D8312B'

red 216 ◦ green 49 ◦ blue 43

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

Shades of Persian Red #D8312B

Tints of Persian Red #D8312B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 70.13%
G = 15.91%
B = 13.96%

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

#D8312B (or 0xD8312B) is known color: Persian Red. HEX triplet: D8, 31 and 2B. RGB value is (216,49,43). Sum of RGB (Red+Green+Blue) = 216+49+43=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D8312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8312B is #27CED4. Grayscale: #626262. Windows color (decimal): -2608853 or 2830808. OLE color: 2830808.

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

Color convert

RGB 216 49 43 -
CMYK 0 0.77 0.80 0.15
HSL 2.08º 0.69% 0.51% -
HSV(B) 2.08º 0.8% 0.85% -
XYZ 29.85 16.97 3.99 -
YUV 98.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 216 49 43 0 0.77 0.80 0.15 2.08 0.69 0.51
Hex D8 31 2B 0 4D 50 F 2 45 33
Octal 330 61 53 0 115 120 17 2 105 63
Binary 11011000 110001 101011 0 1001101 1010000 1111 10 1000101 110011

Color Harmonies of #D8312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8312B

Black with #D8312B

Text Example


Text Example

White with #D8312B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8312B; }

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

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

background-color css

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

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

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

border-color css

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

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

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