Html Css Color HEX #D7322D Persian Red

📋 copy color: '#D7322D'

red 215 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #D7322D

Tints of Persian Red #D7322D

RGB

 RED value IS 215 (84.38% from 255) = 69.35%

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

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

R = 69.35%
G = 16.13%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D7322D (or 0xD7322D) is known color: Persian Red. HEX triplet: D7, 32 and 2D. RGB value is (215,50,45). Sum of RGB (Red+Green+Blue) = 215+50+45=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7322D is #28CDD2. Grayscale: #626262. Windows color (decimal): -2674131 or 2962135. OLE color: 2962135.

HSL color Cylindrical-coordinate representation of color #D7322D: hue angle of 1.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D7322D is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 50 45 -
CMYK 0 0.77 0.79 0.16
HSL 1.76º 0.68% 0.51% -
HSV(B) 1.76º 0.79% 0.84% -
XYZ 29.64 16.92 4.19 -
YUV 98.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 215 50 45 0 0.77 0.79 0.16 1.76 0.68 0.51
Hex D7 32 2D 0 4D 4F 10 2 44 33
Octal 327 62 55 0 115 117 20 2 104 63
Binary 11010111 110010 101101 0 1001101 1001111 10000 10 1000100 110011

Color Harmonies of #D7322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7322D

Black with #D7322D

Text Example


Text Example

White with #D7322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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