#DB2926

Color #DB2926 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #DB2926

Tints of Persian Red #DB2926

Color information

#DB2926 (or 0xDB2926) is unknown color: approx Persian Red. HEX triplet: DB, 29 and 26. RGB value is (219,41,38). Sum of RGB (Red+Green+Blue) = 219+41+38=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2926 is #24D6D9. Grayscale: #5E5E5E. Windows color (decimal): -2414298 or 2501083. OLE color: 2501083.

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

Color convert

RGB2194138-
CMYK00.810.830.14
HSL0.99º71.54%50.39%-
HSV(B)0.99º82.65%85.88%-
XYZ30.3616.793.47-
YUV93.8896.47217.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 73.49%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 38 (15.23% from 255) = 12.75%
R=73.49%
G=13.76%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219413800.810.830.140.9971.5450.39
HexDB292605153E14832
Octal3335146012112316111062
Binary11011011101001100110010100011010011111011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2926; }

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

 H1.HeaderClassName
 {
   color: #DB2926;
 }
 .AnyTagClassName
 {
   color: #DB2926;
 }
</style>
background-color css

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

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

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

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

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

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