Html Css Color HEX #DC2321 Persian Red

📋 copy color: '#DC2321'

red 220 ◦ green 35 ◦ blue 33

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

Shades of Persian Red #DC2321

Tints of Persian Red #DC2321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.46%

R = 76.39%
G = 12.15%
B = 11.46%

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

#DC2321 (or 0xDC2321) is known color: Persian Red. HEX triplet: DC, 23 and 21. RGB value is (220,35,33). Sum of RGB (Red+Green+Blue) = 220+35+33=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2321 is #23DCDE. Grayscale: #5A5A5A. Windows color (decimal): -2350303 or 2171868. OLE color: 2171868.

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

Color convert

RGB 220 35 33 -
CMYK 0 0.84 0.85 0.14
HSL 0.64º 0.74% 0.5% -
HSV(B) 0.64º 0.85% 0.86% -
XYZ 30.39 16.53 3.03 -
YUV 90.09 95.79 220.66 -
System Red Green Blue C M Y K H S L
Decimal 220 35 33 0 0.84 0.85 0.14 0.64 0.74 0.5
Hex DC 23 21 0 54 55 E 1 4A 32
Octal 334 43 41 0 124 125 16 1 112 62
Binary 11011100 100011 100001 0 1010100 1010101 1110 1 1001010 110010

Color Harmonies of #DC2321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2321

Black with #DC2321

Text Example


Text Example

White with #DC2321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2321; }

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

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

background-color css

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

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

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

border-color css

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

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

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