Html Css Color HEX #DA2621 Persian Red

📋 copy color: '#DA2621'

red 218 ◦ green 38 ◦ blue 33

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

Shades of Persian Red #DA2621

Tints of Persian Red #DA2621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

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

R = 75.43%
G = 13.15%
B = 11.42%

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

#DA2621 (or 0xDA2621) is known color: Persian Red. HEX triplet: DA, 26 and 21. RGB value is (218,38,33). Sum of RGB (Red+Green+Blue) = 218+38+33=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2621 is #25D9DE. Grayscale: #5B5B5B. Windows color (decimal): -2480607 or 2172634. OLE color: 2172634.

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

Color convert

RGB 218 38 33 -
CMYK 0 0.83 0.85 0.15
HSL 1.62º 0.74% 0.49% -
HSV(B) 1.62º 0.85% 0.85% -
XYZ 29.88 16.4 3.03 -
YUV 91.25 95.13 218.41 -
System Red Green Blue C M Y K H S L
Decimal 218 38 33 0 0.83 0.85 0.15 1.62 0.74 0.49
Hex DA 26 21 0 53 55 F 2 4A 31
Octal 332 46 41 0 123 125 17 2 112 61
Binary 11011010 100110 100001 0 1010011 1010101 1111 10 1001010 110001

Color Harmonies of #DA2621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2621

Black with #DA2621

Text Example


Text Example

White with #DA2621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2621; }

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

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

background-color css

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

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

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

border-color css

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

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

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