Html Css Color HEX #DA2920 Persian Red

📋 copy color: '#DA2920'

red 218 ◦ green 41 ◦ blue 32

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

Shades of Persian Red #DA2920

Tints of Persian Red #DA2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

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

R = 74.91%
G = 14.09%
B = 11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA2920 (or 0xDA2920) is known color: Persian Red. HEX triplet: DA, 29 and 20. RGB value is (218,41,32). Sum of RGB (Red+Green+Blue) = 218+41+32=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2920 is #25D6DF. Grayscale: #5D5D5D. Windows color (decimal): -2479840 or 2107866. OLE color: 2107866.

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

Color convert

RGB 218 41 32 -
CMYK 0 0.81 0.85 0.15
HSL 2.9º 0.74% 0.49% -
HSV(B) 2.9º 0.85% 0.85% -
XYZ 29.97 16.6 2.99 -
YUV 92.9 93.64 217.23 -
System Red Green Blue C M Y K H S L
Decimal 218 41 32 0 0.81 0.85 0.15 2.9 0.74 0.49
Hex DA 29 20 0 51 55 F 3 4A 31
Octal 332 51 40 0 121 125 17 3 112 61
Binary 11011010 101001 100000 0 1010001 1010101 1111 11 1001010 110001

Color Harmonies of #DA2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2920

Black with #DA2920

Text Example


Text Example

White with #DA2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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