Html Css Color HEX #DC2720 Persian Red

📋 copy color: '#DC2720'

red 220 ◦ green 39 ◦ blue 32

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

Shades of Persian Red #DC2720

Tints of Persian Red #DC2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 75.6%
G = 13.4%
B = 11%

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

#DC2720 (or 0xDC2720) is known color: Persian Red. HEX triplet: DC, 27 and 20. RGB value is (220,39,32). Sum of RGB (Red+Green+Blue) = 220+39+32=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2720 is #23D8DF. Grayscale: #5C5C5C. Windows color (decimal): -2349280 or 2107356. OLE color: 2107356.

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

Color convert

RGB 220 39 32 -
CMYK 0 0.82 0.85 0.14
HSL 2.23º 0.75% 0.49% -
HSV(B) 2.23º 0.85% 0.86% -
XYZ 30.5 16.77 3 -
YUV 92.32 93.97 219.07 -
System Red Green Blue C M Y K H S L
Decimal 220 39 32 0 0.82 0.85 0.14 2.23 0.75 0.49
Hex DC 27 20 0 52 55 E 2 4B 31
Octal 334 47 40 0 122 125 16 2 113 61
Binary 11011100 100111 100000 0 1010010 1010101 1110 10 1001011 110001

Color Harmonies of #DC2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2720

Black with #DC2720

Text Example


Text Example

White with #DC2720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2720; }

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

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

background-color css

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

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

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

border-color css

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

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

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