Html Css Color HEX #DC2320 Persian Red

📋 copy color: '#DC2320'

red 220 ◦ green 35 ◦ blue 32

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

Shades of Persian Red #DC2320

Tints of Persian Red #DC2320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

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

R = 76.66%
G = 12.2%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC2320 (or 0xDC2320) is known color: Persian Red. HEX triplet: DC, 23 and 20. RGB value is (220,35,32). Sum of RGB (Red+Green+Blue) = 220+35+32=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2320 is #23DCDF. Grayscale: #5A5A5A. Windows color (decimal): -2350304 or 2106332. OLE color: 2106332.

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

Color convert

RGB 220 35 32 -
CMYK 0 0.84 0.85 0.14
HSL 0.96º 0.75% 0.49% -
HSV(B) 0.96º 0.85% 0.86% -
XYZ 30.38 16.52 2.95 -
YUV 89.97 95.29 220.74 -
System Red Green Blue C M Y K H S L
Decimal 220 35 32 0 0.84 0.85 0.14 0.96 0.75 0.49
Hex DC 23 20 0 54 55 E 1 4B 31
Octal 334 43 40 0 124 125 16 1 113 61
Binary 11011100 100011 100000 0 1010100 1010101 1110 1 1001011 110001

Color Harmonies of #DC2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2320

Black with #DC2320

Text Example


Text Example

White with #DC2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2320; }

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

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

background-color css

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

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

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

border-color css

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

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

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