Html Css Color HEX #D8322C Persian Red

📋 copy color: '#D8322C'

red 216 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #D8322C

Tints of Persian Red #D8322C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 69.68%
G = 16.13%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#D8322C (or 0xD8322C) is known color: Persian Red. HEX triplet: D8, 32 and 2C. RGB value is (216,50,44). Sum of RGB (Red+Green+Blue) = 216+50+44=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8322C is #27CDD3. Grayscale: #636363. Windows color (decimal): -2608596 or 2896600. OLE color: 2896600.

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

Color convert

RGB 216 50 44 -
CMYK 0 0.77 0.80 0.15
HSL 2.09º 0.69% 0.51% -
HSV(B) 2.09º 0.8% 0.85% -
XYZ 29.91 17.06 4.1 -
YUV 98.95 97 211.49 -
System Red Green Blue C M Y K H S L
Decimal 216 50 44 0 0.77 0.80 0.15 2.09 0.69 0.51
Hex D8 32 2C 0 4D 50 F 2 45 33
Octal 330 62 54 0 115 120 17 2 105 63
Binary 11011000 110010 101100 0 1001101 1010000 1111 10 1000101 110011

Color Harmonies of #D8322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8322C

Black with #D8322C

Text Example


Text Example

White with #D8322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8322C; }

 p { color: rgb(216,50,44); }

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

background-color css

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

 a { background-color: rgb(216,50,44); }

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

border-color css

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

 span { border-color: rgb(216,50,44); }

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