Html Css Color HEX #DA2720 Persian Red

📋 copy color: '#DA2720'

red 218 ◦ green 39 ◦ blue 32

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

Shades of Persian Red #DA2720

Tints of Persian Red #DA2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.49%

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

R = 75.43%
G = 13.49%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA2720 (or 0xDA2720) is known color: Persian Red. HEX triplet: DA, 27 and 20. RGB value is (218,39,32). Sum of RGB (Red+Green+Blue) = 218+39+32=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2720 is #25D8DF. Grayscale: #5B5B5B. Windows color (decimal): -2480352 or 2107354. OLE color: 2107354.

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

Color convert

RGB 218 39 32 -
CMYK 0 0.82 0.85 0.15
HSL 2.26º 0.74% 0.49% -
HSV(B) 2.26º 0.85% 0.85% -
XYZ 29.9 16.46 2.97 -
YUV 91.72 94.3 218.07 -
System Red Green Blue C M Y K H S L
Decimal 218 39 32 0 0.82 0.85 0.15 2.26 0.74 0.49
Hex DA 27 20 0 52 55 F 2 4A 31
Octal 332 47 40 0 122 125 17 2 112 61
Binary 11011010 100111 100000 0 1010010 1010101 1111 10 1001010 110001

Color Harmonies of #DA2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2720

Black with #DA2720

Text Example


Text Example

White with #DA2720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2720; }

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

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

background-color css

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

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

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

border-color css

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

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

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