Html Css Color HEX #D8322F Persian Red

📋 copy color: '#D8322F'

red 216 ◦ green 50 ◦ blue 47

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

Shades of Persian Red #D8322F

Tints of Persian Red #D8322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 69.01%
G = 15.97%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8322F (or 0xD8322F) is known color: Persian Red. HEX triplet: D8, 32 and 2F. RGB value is (216,50,47). Sum of RGB (Red+Green+Blue) = 216+50+47=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8322F is #27CDD0. Grayscale: #636363. Windows color (decimal): -2608593 or 3093208. OLE color: 3093208.

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

Color convert

RGB 216 50 47 -
CMYK 0 0.77 0.78 0.15
HSL 1.07º 0.68% 0.52% -
HSV(B) 1.07º 0.78% 0.85% -
XYZ 29.97 17.09 4.41 -
YUV 99.29 98.5 211.24 -
System Red Green Blue C M Y K H S L
Decimal 216 50 47 0 0.77 0.78 0.15 1.07 0.68 0.52
Hex D8 32 2F 0 4D 4E F 1 44 34
Octal 330 62 57 0 115 116 17 1 104 64
Binary 11011000 110010 101111 0 1001101 1001110 1111 1 1000100 110100

Color Harmonies of #D8322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8322F

Black with #D8322F

Text Example


Text Example

White with #D8322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8322F; }

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

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

background-color css

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

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

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

border-color css

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

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

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