#DA2B25

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

Shades of Persian Red #DA2B25

Tints of Persian Red #DA2B25

Color information

#DA2B25 (or 0xDA2B25) is unknown color: approx Persian Red. HEX triplet: DA, 2B and 25. RGB value is (218,43,37). Sum of RGB (Red+Green+Blue) = 218+43+37=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B25 is #25D4DA. Grayscale: #5E5E5E. Windows color (decimal): -2479323 or 2436058. OLE color: 2436058.

HSL color Cylindrical-coordinate representation of color #DA2B25: hue angle of 1.99º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2B25 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB2184337-
CMYK00.800.830.15
HSL1.99º70.98%50%-
HSV(B)1.99º83.03%85.49%-
XYZ30.1116.773.4-
YUV94.6495.48215.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 73.15%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=73.15%
G=14.43%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218433700.800.830.151.9970.9850
HexDA2B2505053F24732
Octal3325345012012317210762
Binary110110101010111001010101000010100111111101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2B25; }

 p { color: rgb(218,43,37); }

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

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

 a { background-color: rgb(218,43,37); }

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

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

 span { border-color: rgb(218,43,37); }

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