Html Css Color HEX #D9322A Persian Red

📋 copy color: '#D9322A'

red 217 ◦ green 50 ◦ blue 42

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

Shades of Persian Red #D9322A

Tints of Persian Red #D9322A

RGB

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

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

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

R = 70.23%
G = 16.18%
B = 13.59%

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

#D9322A (or 0xD9322A) is known color: Persian Red. HEX triplet: D9, 32 and 2A. RGB value is (217,50,42). Sum of RGB (Red+Green+Blue) = 217+50+42=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D9322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9322A is #26CDD5. Grayscale: #636363. Windows color (decimal): -2543062 or 2765529. OLE color: 2765529.

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

Color convert

RGB 217 50 42 -
CMYK 0 0.77 0.81 0.15
HSL 2.74º 0.7% 0.51% -
HSV(B) 2.74º 0.81% 0.85% -
XYZ 30.17 17.2 3.92 -
YUV 99.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 217 50 42 0 0.77 0.81 0.15 2.74 0.7 0.51
Hex D9 32 2A 0 4D 51 F 3 46 33
Octal 331 62 52 0 115 121 17 3 106 63
Binary 11011001 110010 101010 0 1001101 1010001 1111 11 1000110 110011

Color Harmonies of #D9322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9322A

Black with #D9322A

Text Example


Text Example

White with #D9322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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