Html Css Color HEX #DC2620 Persian Red

📋 copy color: '#DC2620'

red 220 ◦ green 38 ◦ blue 32

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

Shades of Persian Red #DC2620

Tints of Persian Red #DC2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.1%

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

R = 75.86%
G = 13.1%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC2620 (or 0xDC2620) is known color: Persian Red. HEX triplet: DC, 26 and 20. RGB value is (220,38,32). Sum of RGB (Red+Green+Blue) = 220+38+32=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2620 is #23D9DF. Grayscale: #5B5B5B. Windows color (decimal): -2349536 or 2107100. OLE color: 2107100.

HSL color Cylindrical-coordinate representation of color #DC2620: hue angle of 1.91º 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 #DC2620 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 38 32 -
CMYK 0 0.83 0.85 0.14
HSL 1.91º 0.75% 0.49% -
HSV(B) 1.91º 0.85% 0.86% -
XYZ 30.47 16.71 2.99 -
YUV 91.73 94.3 219.49 -
System Red Green Blue C M Y K H S L
Decimal 220 38 32 0 0.83 0.85 0.14 1.91 0.75 0.49
Hex DC 26 20 0 53 55 E 2 4B 31
Octal 334 46 40 0 123 125 16 2 113 61
Binary 11011100 100110 100000 0 1010011 1010101 1110 10 1001011 110001

Color Harmonies of #DC2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2620

Black with #DC2620

Text Example


Text Example

White with #DC2620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2620; }

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

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

background-color css

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

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

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

border-color css

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

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

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