Html Css Color HEX #DC322D Persian Red

📋 copy color: '#DC322D'

red 220 ◦ green 50 ◦ blue 45

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

Shades of Persian Red #DC322D

Tints of Persian Red #DC322D

RGB

 RED value IS 220 (86.33% from 255) = 69.84%

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

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

R = 69.84%
G = 15.87%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC322D (or 0xDC322D) is known color: Persian Red. HEX triplet: DC, 32 and 2D. RGB value is (220,50,45). Sum of RGB (Red+Green+Blue) = 220+50+45=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC322D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC322D is #23CDD2. Grayscale: #646464. Windows color (decimal): -2346451 or 2962140. OLE color: 2962140.

HSL color Cylindrical-coordinate representation of color #DC322D: hue angle of 1.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC322D is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 45 -
CMYK 0 0.77 0.80 0.14
HSL 1.71º 0.71% 0.52% -
HSV(B) 1.71º 0.8% 0.86% -
XYZ 31.13 17.69 4.26 -
YUV 100.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 220 50 45 0 0.77 0.80 0.14 1.71 0.71 0.52
Hex DC 32 2D 0 4D 50 E 2 47 34
Octal 334 62 55 0 115 120 16 2 107 64
Binary 11011100 110010 101101 0 1001101 1010000 1110 10 1000111 110100

Color Harmonies of #DC322D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC322D

Black with #DC322D

Text Example


Text Example

White with #DC322D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC322D; }

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

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

background-color css

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

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

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

border-color css

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

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

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