Html Css Color HEX #DC2920 Persian Red

📋 copy color: '#DC2920'

red 220 ◦ green 41 ◦ blue 32

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

Shades of Persian Red #DC2920

Tints of Persian Red #DC2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.99%

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

R = 75.09%
G = 13.99%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC2920 (or 0xDC2920) is known color: Persian Red. HEX triplet: DC, 29 and 20. RGB value is (220,41,32). Sum of RGB (Red+Green+Blue) = 220+41+32=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2920 is #23D6DF. Grayscale: #5D5D5D. Windows color (decimal): -2348768 or 2107868. OLE color: 2107868.

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

Color convert

RGB 220 41 32 -
CMYK 0 0.81 0.85 0.14
HSL 2.87º 0.75% 0.49% -
HSV(B) 2.87º 0.85% 0.86% -
XYZ 30.57 16.91 3.02 -
YUV 93.5 93.3 218.23 -
System Red Green Blue C M Y K H S L
Decimal 220 41 32 0 0.81 0.85 0.14 2.87 0.75 0.49
Hex DC 29 20 0 51 55 E 3 4B 31
Octal 334 51 40 0 121 125 16 3 113 61
Binary 11011100 101001 100000 0 1010001 1010101 1110 11 1001011 110001

Color Harmonies of #DC2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2920

Black with #DC2920

Text Example


Text Example

White with #DC2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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