Html Css Color HEX #D6322D Persian Red

📋 copy color: '#D6322D'

red 214 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #D6322D

Tints of Persian Red #D6322D

RGB

 RED value IS 214 (83.98% from 255) = 69.26%

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

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

R = 69.26%
G = 16.18%
B = 14.56%

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

#D6322D (or 0xD6322D) is known color: Persian Red. HEX triplet: D6, 32 and 2D. RGB value is (214,50,45). Sum of RGB (Red+Green+Blue) = 214+50+45=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D6322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6322D is #29CDD2. Grayscale: #626262. Windows color (decimal): -2739667 or 2962134. OLE color: 2962134.

HSL color Cylindrical-coordinate representation of color #D6322D: hue angle of 1.78º degrees, saturation: 0.67, 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 #D6322D is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 50 45 -
CMYK 0 0.77 0.79 0.16
HSL 1.78º 0.67% 0.51% -
HSV(B) 1.78º 0.79% 0.84% -
XYZ 29.35 16.77 4.17 -
YUV 98.47 97.83 210.41 -
System Red Green Blue C M Y K H S L
Decimal 214 50 45 0 0.77 0.79 0.16 1.78 0.67 0.51
Hex D6 32 2D 0 4D 4F 10 2 43 33
Octal 326 62 55 0 115 117 20 2 103 63
Binary 11010110 110010 101101 0 1001101 1001111 10000 10 1000011 110011

Color Harmonies of #D6322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6322D

Black with #D6322D

Text Example


Text Example

White with #D6322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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