Html Css Color HEX #DC2521 Persian Red

📋 copy color: '#DC2521'

red 220 ◦ green 37 ◦ blue 33

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

Shades of Persian Red #DC2521

Tints of Persian Red #DC2521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.76%

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

R = 75.86%
G = 12.76%
B = 11.38%

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

#DC2521 (or 0xDC2521) is known color: Persian Red. HEX triplet: DC, 25 and 21. RGB value is (220,37,33). Sum of RGB (Red+Green+Blue) = 220+37+33=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2521 is #23DADE. Grayscale: #5B5B5B. Windows color (decimal): -2349791 or 2172380. OLE color: 2172380.

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

Color convert

RGB 220 37 33 -
CMYK 0 0.83 0.85 0.14
HSL 1.28º 0.74% 0.5% -
HSV(B) 1.28º 0.85% 0.86% -
XYZ 30.45 16.65 3.05 -
YUV 91.26 95.13 219.83 -
System Red Green Blue C M Y K H S L
Decimal 220 37 33 0 0.83 0.85 0.14 1.28 0.74 0.5
Hex DC 25 21 0 53 55 E 1 4A 32
Octal 334 45 41 0 123 125 16 1 112 62
Binary 11011100 100101 100001 0 1010011 1010101 1110 1 1001010 110010

Color Harmonies of #DC2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2521

Black with #DC2521

Text Example


Text Example

White with #DC2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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