Html Css Color HEX #DB2821 Persian Red

📋 copy color: '#DB2821'

red 219 ◦ green 40 ◦ blue 33

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

Shades of Persian Red #DB2821

Tints of Persian Red #DB2821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

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

R = 75%
G = 13.7%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB2821 (or 0xDB2821) is known color: Persian Red. HEX triplet: DB, 28 and 21. RGB value is (219,40,33). Sum of RGB (Red+Green+Blue) = 219+40+33=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2821 is #24D7DE. Grayscale: #5C5C5C. Windows color (decimal): -2414559 or 2173147. OLE color: 2173147.

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

Color convert

RGB 219 40 33 -
CMYK 0 0.82 0.85 0.14
HSL 2.26º 0.74% 0.49% -
HSV(B) 2.26º 0.85% 0.86% -
XYZ 30.25 16.69 3.07 -
YUV 92.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 219 40 33 0 0.82 0.85 0.14 2.26 0.74 0.49
Hex DB 28 21 0 52 55 E 2 4A 31
Octal 333 50 41 0 122 125 16 2 112 61
Binary 11011011 101000 100001 0 1010010 1010101 1110 10 1001010 110001

Color Harmonies of #DB2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2821

Black with #DB2821

Text Example


Text Example

White with #DB2821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2821; }

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

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

background-color css

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

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

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

border-color css

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

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

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