Html Css Color HEX #DA2A21 Persian Red

📋 copy color: '#DA2A21'

red 218 ◦ green 42 ◦ blue 33

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

Shades of Persian Red #DA2A21

Tints of Persian Red #DA2A21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.26%

R = 74.4%
G = 14.33%
B = 11.26%

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

#DA2A21 (or 0xDA2A21) is known color: Persian Red. HEX triplet: DA, 2A and 21. RGB value is (218,42,33). Sum of RGB (Red+Green+Blue) = 218+42+33=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A21 is #25D5DE. Grayscale: #5D5D5D. Windows color (decimal): -2479583 or 2173658. OLE color: 2173658.

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

Color convert

RGB 218 42 33 -
CMYK 0 0.81 0.85 0.15
HSL 2.92º 0.74% 0.49% -
HSV(B) 2.92º 0.85% 0.85% -
XYZ 30.02 16.67 3.07 -
YUV 93.6 93.81 216.73 -
System Red Green Blue C M Y K H S L
Decimal 218 42 33 0 0.81 0.85 0.15 2.92 0.74 0.49
Hex DA 2A 21 0 51 55 F 3 4A 31
Octal 332 52 41 0 121 125 17 3 112 61
Binary 11011010 101010 100001 0 1010001 1010101 1111 11 1001010 110001

Color Harmonies of #DA2A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2A21

Black with #DA2A21

Text Example


Text Example

White with #DA2A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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