Html Css Color HEX #DA2520 Persian Red

📋 copy color: '#DA2520'

red 218 ◦ green 37 ◦ blue 32

#DA2520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #DA2520

Tints of Persian Red #DA2520

RGB

 RED value IS 218 (85.55% from 255) = 75.96%

 GREEN value IS 37 (14.84% from 255) = 12.89%

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 75.96%
G = 12.89%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA2520 (or 0xDA2520) is known color: Persian Red. HEX triplet: DA, 25 and 20. RGB value is (218,37,32). Sum of RGB (Red+Green+Blue) = 218+37+32=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2520 is #25DADF. Grayscale: #5A5A5A. Windows color (decimal): -2480864 or 2106842. OLE color: 2106842.

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

Color convert

RGB 218 37 32 -
CMYK 0 0.83 0.85 0.15
HSL 1.61º 0.74% 0.49% -
HSV(B) 1.61º 0.85% 0.85% -
XYZ 29.84 16.33 2.95 -
YUV 90.55 94.97 218.91 -
System Red Green Blue C M Y K H S L
Decimal 218 37 32 0 0.83 0.85 0.15 1.61 0.74 0.49
Hex DA 25 20 0 53 55 F 2 4A 31
Octal 332 45 40 0 123 125 17 2 112 61
Binary 11011010 100101 100000 0 1010011 1010101 1111 10 1001010 110001

Color Harmonies of #DA2520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2520

Black with #DA2520

Text Example


Text Example

White with #DA2520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2520; }

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

 H1.HeaderClassName
 {
   color: #DA2520;
 }
 .AnyTagClassName
 {
   color: #DA2520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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