Html Css Color HEX #DB2824 Persian Red

📋 copy color: '#DB2824'

red 219 ◦ green 40 ◦ blue 36

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

Shades of Persian Red #DB2824

Tints of Persian Red #DB2824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 74.24%
G = 13.56%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB2824 (or 0xDB2824) is known color: Persian Red. HEX triplet: DB, 28 and 24. RGB value is (219,40,36). Sum of RGB (Red+Green+Blue) = 219+40+36=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2824 is #24D7DB. Grayscale: #5D5D5D. Windows color (decimal): -2414556 or 2369755. OLE color: 2369755.

HSL color Cylindrical-coordinate representation of color #DB2824: hue angle of 1.31º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2824 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 40 36 -
CMYK 0 0.82 0.84 0.14
HSL 1.31º 0.72% 0.5% -
HSV(B) 1.31º 0.84% 0.86% -
XYZ 30.29 16.71 3.3 -
YUV 93.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 219 40 36 0 0.82 0.84 0.14 1.31 0.72 0.5
Hex DB 28 24 0 52 54 E 1 48 32
Octal 333 50 44 0 122 124 16 1 110 62
Binary 11011011 101000 100100 0 1010010 1010100 1110 1 1001000 110010

Color Harmonies of #DB2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2824

Black with #DB2824

Text Example


Text Example

White with #DB2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2824; }

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

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

background-color css

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

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

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

border-color css

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

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

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