Html Css Color HEX #DC2621 Persian Red

📋 copy color: '#DC2621'

red 220 ◦ green 38 ◦ blue 33

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

Shades of Persian Red #DC2621

Tints of Persian Red #DC2621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

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

R = 75.6%
G = 13.06%
B = 11.34%

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

#DC2621 (or 0xDC2621) is known color: Persian Red. HEX triplet: DC, 26 and 21. RGB value is (220,38,33). Sum of RGB (Red+Green+Blue) = 220+38+33=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2621 is #23D9DE. Grayscale: #5C5C5C. Windows color (decimal): -2349535 or 2172636. OLE color: 2172636.

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

Color convert

RGB 220 38 33 -
CMYK 0 0.83 0.85 0.14
HSL 1.6º 0.74% 0.5% -
HSV(B) 1.6º 0.85% 0.86% -
XYZ 30.48 16.71 3.06 -
YUV 91.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 220 38 33 0 0.83 0.85 0.14 1.6 0.74 0.5
Hex DC 26 21 0 53 55 E 2 4A 32
Octal 334 46 41 0 123 125 16 2 112 62
Binary 11011100 100110 100001 0 1010011 1010101 1110 10 1001010 110010

Color Harmonies of #DC2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2621

Black with #DC2621

Text Example


Text Example

White with #DC2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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