#DB2A26

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

Shades of Persian Red #DB2A26

Tints of Persian Red #DB2A26

Color information

#DB2A26 (or 0xDB2A26) is unknown color: approx Persian Red. HEX triplet: DB, 2A and 26. RGB value is (219,42,38). Sum of RGB (Red+Green+Blue) = 219+42+38=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A26 is #24D5D9. Grayscale: #5E5E5E. Windows color (decimal): -2414042 or 2501339. OLE color: 2501339.

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

Color convert

RGB2194238-
CMYK00.810.830.14
HSL1.33º71.54%50.39%-
HSV(B)1.33º82.65%85.88%-
XYZ30.3916.863.49-
YUV94.4796.14216.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 73.24%
GREEN value IS 42 (16.80% from 255) = 14.05%
BLUE value IS 38 (15.23% from 255) = 12.71%
R=73.24%
G=14.05%
B=12.71%

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
Decimal219423800.810.830.141.3371.5450.39
HexDB2A2605153E14832
Octal3335246012112316111062
Binary11011011101010100110010100011010011111011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2A26; }

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

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

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

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

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

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

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

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