Html Css Color HEX #DA2A20 Persian Red

📋 copy color: '#DA2A20'

red 218 ◦ green 42 ◦ blue 32

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

Shades of Persian Red #DA2A20

Tints of Persian Red #DA2A20

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.38%

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

R = 74.66%
G = 14.38%
B = 10.96%

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

#DA2A20 (or 0xDA2A20) is known color: Persian Red. HEX triplet: DA, 2A and 20. RGB value is (218,42,32). Sum of RGB (Red+Green+Blue) = 218+42+32=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A20 is #25D5DF. Grayscale: #5D5D5D. Windows color (decimal): -2479584 or 2108122. OLE color: 2108122.

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

Color convert

RGB 218 42 32 -
CMYK 0 0.81 0.85 0.15
HSL 3.23º 0.74% 0.49% -
HSV(B) 3.23º 0.85% 0.85% -
XYZ 30 16.67 3 -
YUV 93.48 93.31 216.81 -
System Red Green Blue C M Y K H S L
Decimal 218 42 32 0 0.81 0.85 0.15 3.23 0.74 0.49
Hex DA 2A 20 0 51 55 F 3 4A 31
Octal 332 52 40 0 121 125 17 3 112 61
Binary 11011010 101010 100000 0 1010001 1010101 1111 11 1001010 110001

Color Harmonies of #DA2A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2A20

Black with #DA2A20

Text Example


Text Example

White with #DA2A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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