Html Css Color HEX #D9322E Persian Red

📋 copy color: '#D9322E'

red 217 ◦ green 50 ◦ blue 46

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

Shades of Persian Red #D9322E

Tints of Persian Red #D9322E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 69.33%
G = 15.97%
B = 14.7%

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

#D9322E (or 0xD9322E) is known color: Persian Red. HEX triplet: D9, 32 and 2E. RGB value is (217,50,46). Sum of RGB (Red+Green+Blue) = 217+50+46=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9322E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9322E is #26CDD1. Grayscale: #636363. Windows color (decimal): -2543058 or 3027673. OLE color: 3027673.

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

Color convert

RGB 217 50 46 -
CMYK 0 0.77 0.79 0.15
HSL 1.4º 0.69% 0.52% -
HSV(B) 1.4º 0.79% 0.85% -
XYZ 30.25 17.23 4.32 -
YUV 99.48 97.83 211.83 -
System Red Green Blue C M Y K H S L
Decimal 217 50 46 0 0.77 0.79 0.15 1.4 0.69 0.52
Hex D9 32 2E 0 4D 4F F 1 45 34
Octal 331 62 56 0 115 117 17 1 105 64
Binary 11011001 110010 101110 0 1001101 1001111 1111 1 1000101 110100

Color Harmonies of #D9322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9322E

Black with #D9322E

Text Example


Text Example

White with #D9322E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9322E; }

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

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

background-color css

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

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

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

border-color css

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

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

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