Html Css Color HEX #DB2826 Persian Red

📋 copy color: '#DB2826'

red 219 ◦ green 40 ◦ blue 38

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

Shades of Persian Red #DB2826

Tints of Persian Red #DB2826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 73.74%
G = 13.47%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB2826 (or 0xDB2826) is known color: Persian Red. HEX triplet: DB, 28 and 26. RGB value is (219,40,38). Sum of RGB (Red+Green+Blue) = 219+40+38=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2826 is #24D7D9. Grayscale: #5D5D5D. Windows color (decimal): -2414554 or 2500827. OLE color: 2500827.

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

Color convert

RGB 219 40 38 -
CMYK 0 0.82 0.83 0.14
HSL 0.66º 0.72% 0.5% -
HSV(B) 0.66º 0.83% 0.86% -
XYZ 30.32 16.72 3.46 -
YUV 93.29 96.8 217.66 -
System Red Green Blue C M Y K H S L
Decimal 219 40 38 0 0.82 0.83 0.14 0.66 0.72 0.5
Hex DB 28 26 0 52 53 E 1 48 32
Octal 333 50 46 0 122 123 16 1 110 62
Binary 11011011 101000 100110 0 1010010 1010011 1110 1 1001000 110010

Color Harmonies of #DB2826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2826

Black with #DB2826

Text Example


Text Example

White with #DB2826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2826; }

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

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

background-color css

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

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

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

border-color css

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

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

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