Html Css Color HEX #DB2B20 Persian Red

📋 copy color: '#DB2B20'

red 219 ◦ green 43 ◦ blue 32

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

Shades of Persian Red #DB2B20

Tints of Persian Red #DB2B20

RGB

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

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

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

R = 74.49%
G = 14.63%
B = 10.88%

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

#DB2B20 (or 0xDB2B20) is known color: Persian Red. HEX triplet: DB, 2B and 20. RGB value is (219,43,32). Sum of RGB (Red+Green+Blue) = 219+43+32=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B20 is #24D4DF. Grayscale: #5E5E5E. Windows color (decimal): -2413792 or 2108379. OLE color: 2108379.

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

Color convert

RGB 219 43 32 -
CMYK 0 0.80 0.85 0.14
HSL 3.53º 0.75% 0.49% -
HSV(B) 3.53º 0.85% 0.86% -
XYZ 30.34 16.89 3.03 -
YUV 94.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 219 43 32 0 0.80 0.85 0.14 3.53 0.75 0.49
Hex DB 2B 20 0 50 55 E 4 4B 31
Octal 333 53 40 0 120 125 16 4 113 61
Binary 11011011 101011 100000 0 1010000 1010101 1110 100 1001011 110001

Color Harmonies of #DB2B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B20

Black with #DB2B20

Text Example


Text Example

White with #DB2B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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