Html Css Color HEX #DB2626 Persian Red

📋 copy color: '#DB2626'

red 219 ◦ green 38 ◦ blue 38

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

Shades of Persian Red #DB2626

Tints of Persian Red #DB2626

RGB

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

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

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

R = 74.24%
G = 12.88%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB2626 (or 0xDB2626) is known color: Persian Red. HEX triplet: DB, 26 and 26. RGB value is (219,38,38). Sum of RGB (Red+Green+Blue) = 219+38+38=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2626 is #24D9D9. Grayscale: #5C5C5C. Windows color (decimal): -2415066 or 2500315. OLE color: 2500315.

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

Color convert

RGB 219 38 38 -
CMYK 0 0.83 0.83 0.14
HSL 0.72% 0.5% -
HSV(B) 0.83% 0.86% -
XYZ 30.26 16.59 3.44 -
YUV 92.12 97.47 218.5 -
System Red Green Blue C M Y K H S L
Decimal 219 38 38 0 0.83 0.83 0.14 0 0.72 0.5
Hex DB 26 26 0 53 53 E 0 48 32
Octal 333 46 46 0 123 123 16 0 110 62
Binary 11011011 100110 100110 0 1010011 1010011 1110 0 1001000 110010

Color Harmonies of #DB2626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2626

Black with #DB2626

Text Example


Text Example

White with #DB2626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2626; }

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

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

background-color css

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

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

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

border-color css

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

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

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