Html Css Color HEX #DB2621 Persian Red

📋 copy color: '#DB2621'

red 219 ◦ green 38 ◦ blue 33

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

Shades of Persian Red #DB2621

Tints of Persian Red #DB2621

RGB

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

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

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

R = 75.52%
G = 13.1%
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

#DB2621 (or 0xDB2621) is known color: Persian Red. HEX triplet: DB, 26 and 21. RGB value is (219,38,33). Sum of RGB (Red+Green+Blue) = 219+38+33=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2621 is #24D9DE. Grayscale: #5B5B5B. Windows color (decimal): -2415071 or 2172635. OLE color: 2172635.

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

Color convert

RGB 219 38 33 -
CMYK 0 0.83 0.85 0.14
HSL 1.61º 0.74% 0.49% -
HSV(B) 1.61º 0.85% 0.86% -
XYZ 30.18 16.56 3.04 -
YUV 91.55 94.97 218.91 -
System Red Green Blue C M Y K H S L
Decimal 219 38 33 0 0.83 0.85 0.14 1.61 0.74 0.49
Hex DB 26 21 0 53 55 E 2 4A 31
Octal 333 46 41 0 123 125 16 2 112 61
Binary 11011011 100110 100001 0 1010011 1010101 1110 10 1001010 110001

Color Harmonies of #DB2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2621

Black with #DB2621

Text Example


Text Example

White with #DB2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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