#DA2A25

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

Shades of Persian Red #DA2A25

Tints of Persian Red #DA2A25

Color information

#DA2A25 (or 0xDA2A25) is unknown color: approx Persian Red. HEX triplet: DA, 2A and 25. RGB value is (218,42,37). Sum of RGB (Red+Green+Blue) = 218+42+37=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A25 is #25D5DA. Grayscale: #5E5E5E. Windows color (decimal): -2479579 or 2435802. OLE color: 2435802.

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

Color convert

RGB2184237-
CMYK00.810.830.15
HSL1.66º70.98%50%-
HSV(B)1.66º83.03%85.49%-
XYZ30.0816.693.39-
YUV94.0595.81216.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 73.40%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 37 (14.84% from 255) = 12.46%
R=73.40%
G=14.14%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218423700.810.830.151.6670.9850
HexDA2A2505153F24732
Octal3325245012112317210762
Binary110110101010101001010101000110100111111101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2A25; }

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

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

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

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

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

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

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

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