Html Css Color HEX #DC2B21 Persian Red

📋 copy color: '#DC2B21'

red 220 ◦ green 43 ◦ blue 33

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

Shades of Persian Red #DC2B21

Tints of Persian Red #DC2B21

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.53%

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

R = 74.32%
G = 14.53%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC2B21 (or 0xDC2B21) is known color: Persian Red. HEX triplet: DC, 2B and 21. RGB value is (220,43,33). Sum of RGB (Red+Green+Blue) = 220+43+33=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B21 is #23D4DE. Grayscale: #5F5F5F. Windows color (decimal): -2348255 or 2173916. OLE color: 2173916.

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

Color convert

RGB 220 43 33 -
CMYK 0 0.80 0.85 0.14
HSL 3.21º 0.74% 0.5% -
HSV(B) 3.21º 0.85% 0.86% -
XYZ 30.65 17.05 3.11 -
YUV 94.78 93.14 217.31 -
System Red Green Blue C M Y K H S L
Decimal 220 43 33 0 0.80 0.85 0.14 3.21 0.74 0.5
Hex DC 2B 21 0 50 55 E 3 4A 32
Octal 334 53 41 0 120 125 16 3 112 62
Binary 11011100 101011 100001 0 1010000 1010101 1110 11 1001010 110010

Color Harmonies of #DC2B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B21

Black with #DC2B21

Text Example


Text Example

White with #DC2B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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