Html Css Color HEX #DB2620 Persian Red

📋 copy color: '#DB2620'

red 219 ◦ green 38 ◦ blue 32

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

Shades of Persian Red #DB2620

Tints of Persian Red #DB2620

RGB

 RED value IS 219 (85.94% from 255) = 75.78%

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

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

R = 75.78%
G = 13.15%
B = 11.07%

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

#DB2620 (or 0xDB2620) is known color: Persian Red. HEX triplet: DB, 26 and 20. RGB value is (219,38,32). Sum of RGB (Red+Green+Blue) = 219+38+32=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2620 is #24D9DF. Grayscale: #5B5B5B. Windows color (decimal): -2415072 or 2107099. OLE color: 2107099.

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

Color convert

RGB 219 38 32 -
CMYK 0 0.83 0.85 0.14
HSL 1.93º 0.75% 0.49% -
HSV(B) 1.93º 0.85% 0.86% -
XYZ 30.17 16.55 2.97 -
YUV 91.44 94.47 218.99 -
System Red Green Blue C M Y K H S L
Decimal 219 38 32 0 0.83 0.85 0.14 1.93 0.75 0.49
Hex DB 26 20 0 53 55 E 2 4B 31
Octal 333 46 40 0 123 125 16 2 113 61
Binary 11011011 100110 100000 0 1010011 1010101 1110 10 1001011 110001

Color Harmonies of #DB2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2620

Black with #DB2620

Text Example


Text Example

White with #DB2620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2620; }

 p { color: rgb(219,38,32); }

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

background-color css

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

 a { background-color: rgb(219,38,32); }

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

border-color css

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

 span { border-color: rgb(219,38,32); }

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