Html Css Color HEX #DC2820 Persian Red

📋 copy color: '#DC2820'

red 220 ◦ green 40 ◦ blue 32

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

Shades of Persian Red #DC2820

Tints of Persian Red #DC2820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

 BLUE value IS 32 (12.89% from 255) = 10.96%

R = 75.34%
G = 13.7%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC2820 (or 0xDC2820) is known color: Persian Red. HEX triplet: DC, 28 and 20. RGB value is (220,40,32). Sum of RGB (Red+Green+Blue) = 220+40+32=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2820 is #23D7DF. Grayscale: #5D5D5D. Windows color (decimal): -2349024 or 2107612. OLE color: 2107612.

HSL color Cylindrical-coordinate representation of color #DC2820: hue angle of 2.55º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2820 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 40 32 -
CMYK 0 0.82 0.85 0.14
HSL 2.55º 0.75% 0.49% -
HSV(B) 2.55º 0.85% 0.86% -
XYZ 30.53 16.84 3.01 -
YUV 92.91 93.63 218.65 -
System Red Green Blue C M Y K H S L
Decimal 220 40 32 0 0.82 0.85 0.14 2.55 0.75 0.49
Hex DC 28 20 0 52 55 E 3 4B 31
Octal 334 50 40 0 122 125 16 3 113 61
Binary 11011100 101000 100000 0 1010010 1010101 1110 11 1001011 110001

Color Harmonies of #DC2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2820

Black with #DC2820

Text Example


Text Example

White with #DC2820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2820; }

 p { color: rgb(220,40,32); }

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

background-color css

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

 a { background-color: rgb(220,40,32); }

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

border-color css

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

 span { border-color: rgb(220,40,32); }

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