Html Css Color HEX #D9322D Persian Red

📋 copy color: '#D9322D'

red 217 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #D9322D

Tints of Persian Red #D9322D

RGB

 RED value IS 217 (85.16% from 255) = 69.55%

 GREEN value IS 50 (19.92% from 255) = 16.03%

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

R = 69.55%
G = 16.03%
B = 14.42%

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

#D9322D (or 0xD9322D) is known color: Persian Red. HEX triplet: D9, 32 and 2D. RGB value is (217,50,45). Sum of RGB (Red+Green+Blue) = 217+50+45=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9322D is #26CDD2. Grayscale: #636363. Windows color (decimal): -2543059 or 2962137. OLE color: 2962137.

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

Color convert

RGB 217 50 45 -
CMYK 0 0.77 0.79 0.15
HSL 1.74º 0.69% 0.51% -
HSV(B) 1.74º 0.79% 0.85% -
XYZ 30.23 17.22 4.21 -
YUV 99.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 217 50 45 0 0.77 0.79 0.15 1.74 0.69 0.51
Hex D9 32 2D 0 4D 4F F 2 45 33
Octal 331 62 55 0 115 117 17 2 105 63
Binary 11011001 110010 101101 0 1001101 1001111 1111 10 1000101 110011

Color Harmonies of #D9322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9322D

Black with #D9322D

Text Example


Text Example

White with #D9322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9322D; }

 p { color: rgb(217,50,45); }

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

background-color css

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

 a { background-color: rgb(217,50,45); }

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

border-color css

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

 span { border-color: rgb(217,50,45); }

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