Html Css Color HEX #D8312A Persian Red

📋 copy color: '#D8312A'

red 216 ◦ green 49 ◦ blue 42

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

Shades of Persian Red #D8312A

Tints of Persian Red #D8312A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 70.36%
G = 15.96%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D8312A (or 0xD8312A) is known color: Persian Red. HEX triplet: D8, 31 and 2A. RGB value is (216,49,42). Sum of RGB (Red+Green+Blue) = 216+49+42=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D8312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8312A is #27CED5. Grayscale: #626262. Windows color (decimal): -2608854 or 2765272. OLE color: 2765272.

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

Color convert

RGB 216 49 42 -
CMYK 0 0.77 0.81 0.15
HSL 2.41º 0.69% 0.51% -
HSV(B) 2.41º 0.81% 0.85% -
XYZ 29.84 16.96 3.89 -
YUV 98.14 96.33 212.07 -
System Red Green Blue C M Y K H S L
Decimal 216 49 42 0 0.77 0.81 0.15 2.41 0.69 0.51
Hex D8 31 2A 0 4D 51 F 2 45 33
Octal 330 61 52 0 115 121 17 2 105 63
Binary 11011000 110001 101010 0 1001101 1010001 1111 10 1000101 110011

Color Harmonies of #D8312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8312A

Black with #D8312A

Text Example


Text Example

White with #D8312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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