Html Css Color HEX #DA2B20 Persian Red

📋 copy color: '#DA2B20'

red 218 ◦ green 43 ◦ blue 32

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

Shades of Persian Red #DA2B20

Tints of Persian Red #DA2B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.68%

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

R = 74.4%
G = 14.68%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA2B20 (or 0xDA2B20) is known color: Persian Red. HEX triplet: DA, 2B and 20. RGB value is (218,43,32). Sum of RGB (Red+Green+Blue) = 218+43+32=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B20 is #25D4DF. Grayscale: #5E5E5E. Windows color (decimal): -2479328 or 2108378. OLE color: 2108378.

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

Color convert

RGB 218 43 32 -
CMYK 0 0.80 0.85 0.15
HSL 3.55º 0.74% 0.49% -
HSV(B) 3.55º 0.85% 0.85% -
XYZ 30.04 16.74 3.01 -
YUV 94.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 218 43 32 0 0.80 0.85 0.15 3.55 0.74 0.49
Hex DA 2B 20 0 50 55 F 4 4A 31
Octal 332 53 40 0 120 125 17 4 112 61
Binary 11011010 101011 100000 0 1010000 1010101 1111 100 1001010 110001

Color Harmonies of #DA2B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2B20

Black with #DA2B20

Text Example


Text Example

White with #DA2B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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