Html Css Color HEX #DC322B Persian Red

📋 copy color: '#DC322B'

red 220 ◦ green 50 ◦ blue 43

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

Shades of Persian Red #DC322B

Tints of Persian Red #DC322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 70.29%
G = 15.97%
B = 13.74%

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

#DC322B (or 0xDC322B) is known color: Persian Red. HEX triplet: DC, 32 and 2B. RGB value is (220,50,43). Sum of RGB (Red+Green+Blue) = 220+50+43=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC322B is #23CDD4. Grayscale: #646464. Windows color (decimal): -2346453 or 2831068. OLE color: 2831068.

HSL color Cylindrical-coordinate representation of color #DC322B: hue angle of 2.37º degrees, saturation: 0.72, 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 #DC322B is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 50 43 -
CMYK 0 0.77 0.80 0.14
HSL 2.37º 0.72% 0.52% -
HSV(B) 2.37º 0.8% 0.86% -
XYZ 31.09 17.67 4.06 -
YUV 100.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 220 50 43 0 0.77 0.80 0.14 2.37 0.72 0.52
Hex DC 32 2B 0 4D 50 E 2 48 34
Octal 334 62 53 0 115 120 16 2 110 64
Binary 11011100 110010 101011 0 1001101 1010000 1110 10 1001000 110100

Color Harmonies of #DC322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC322B

Black with #DC322B

Text Example


Text Example

White with #DC322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC322B; }

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

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

background-color css

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

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

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

border-color css

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

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

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