#DA2F25

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

Shades of Persian Red #DA2F25

Tints of Persian Red #DA2F25

Color information

#DA2F25 (or 0xDA2F25) is unknown color: approx Persian Red. HEX triplet: DA, 2F and 25. RGB value is (218,47,37). Sum of RGB (Red+Green+Blue) = 218+47+37=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2F25 is #25D0DA. Grayscale: #616161. Windows color (decimal): -2478299 or 2437082. OLE color: 2437082.

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

Color convert

RGB2184737-
CMYK00.780.830.15
HSL3.31º70.98%50%-
HSV(B)3.31º83.03%85.49%-
XYZ30.2617.073.45-
YUV96.9994.15214.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 72.19%
GREEN value IS 47 (18.75% from 255) = 15.56%
BLUE value IS 37 (14.84% from 255) = 12.25%
R=72.19%
G=15.56%
B=12.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218473700.780.830.153.3170.9850
HexDA2F2504E53F34732
Octal3325745011612317310762
Binary110110101011111001010100111010100111111111000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA2F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA2F25; }

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

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

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

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

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

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

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

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