Html Css Color HEX #DA2421 Persian Red

📋 copy color: '#DA2421'

red 218 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #DA2421

Tints of Persian Red #DA2421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 75.96%
G = 12.54%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA2421 (or 0xDA2421) is known color: Persian Red. HEX triplet: DA, 24 and 21. RGB value is (218,36,33). Sum of RGB (Red+Green+Blue) = 218+36+33=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2421 is #25DBDE. Grayscale: #5A5A5A. Windows color (decimal): -2481119 or 2172122. OLE color: 2172122.

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

Color convert

RGB 218 36 33 -
CMYK 0 0.83 0.85 0.15
HSL 0.97º 0.74% 0.49% -
HSV(B) 0.97º 0.85% 0.85% -
XYZ 29.82 16.28 3.01 -
YUV 90.08 95.8 219.24 -
System Red Green Blue C M Y K H S L
Decimal 218 36 33 0 0.83 0.85 0.15 0.97 0.74 0.49
Hex DA 24 21 0 53 55 F 1 4A 31
Octal 332 44 41 0 123 125 17 1 112 61
Binary 11011010 100100 100001 0 1010011 1010101 1111 1 1001010 110001

Color Harmonies of #DA2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2421

Black with #DA2421

Text Example


Text Example

White with #DA2421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2421; }

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

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

background-color css

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

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

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

border-color css

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

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

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