Html Css Color HEX #D7312D Persian Red

📋 copy color: '#D7312D'

red 215 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #D7312D

Tints of Persian Red #D7312D

RGB

 RED value IS 215 (84.38% from 255) = 69.58%

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

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

R = 69.58%
G = 15.86%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7312D (or 0xD7312D) is known color: Persian Red. HEX triplet: D7, 31 and 2D. RGB value is (215,49,45). Sum of RGB (Red+Green+Blue) = 215+49+45=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7312D is #28CED2. Grayscale: #626262. Windows color (decimal): -2674387 or 2961879. OLE color: 2961879.

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

Color convert

RGB 215 49 45 -
CMYK 0 0.77 0.79 0.16
HSL 1.41º 0.68% 0.51% -
HSV(B) 1.41º 0.79% 0.84% -
XYZ 29.6 16.83 4.17 -
YUV 98.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 215 49 45 0 0.77 0.79 0.16 1.41 0.68 0.51
Hex D7 31 2D 0 4D 4F 10 1 44 33
Octal 327 61 55 0 115 117 20 1 104 63
Binary 11010111 110001 101101 0 1001101 1001111 10000 1 1000100 110011

Color Harmonies of #D7312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7312D

Black with #D7312D

Text Example


Text Example

White with #D7312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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