Html Css Color HEX #DA2120 Persian Red

📋 copy color: '#DA2120'

red 218 ◦ green 33 ◦ blue 32

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

Shades of Persian Red #DA2120

Tints of Persian Red #DA2120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.66%

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

R = 77.03%
G = 11.66%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA2120 (or 0xDA2120) is known color: Persian Red. HEX triplet: DA, 21 and 20. RGB value is (218,33,32). Sum of RGB (Red+Green+Blue) = 218+33+32=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2120 is #25DEDF. Grayscale: #585858. Windows color (decimal): -2481888 or 2105818. OLE color: 2105818.

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

Color convert

RGB 218 33 32 -
CMYK 0 0.85 0.85 0.15
HSL 0.32º 0.74% 0.49% -
HSV(B) 0.32º 0.85% 0.85% -
XYZ 29.72 16.1 2.91 -
YUV 88.2 96.29 220.58 -
System Red Green Blue C M Y K H S L
Decimal 218 33 32 0 0.85 0.85 0.15 0.32 0.74 0.49
Hex DA 21 20 0 55 55 F 0 4A 31
Octal 332 41 40 0 125 125 17 0 112 61
Binary 11011010 100001 100000 0 1010101 1010101 1111 0 1001010 110001

Color Harmonies of #DA2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2120

Black with #DA2120

Text Example


Text Example

White with #DA2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2120; }

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

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

background-color css

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

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

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

border-color css

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

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

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