Html Css Color HEX #DA2921 Persian Red

📋 copy color: '#DA2921'

red 218 ◦ green 41 ◦ blue 33

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

Shades of Persian Red #DA2921

Tints of Persian Red #DA2921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.04%

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

R = 74.66%
G = 14.04%
B = 11.3%

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

#DA2921 (or 0xDA2921) is known color: Persian Red. HEX triplet: DA, 29 and 21. RGB value is (218,41,33). Sum of RGB (Red+Green+Blue) = 218+41+33=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2921 is #25D6DE. Grayscale: #5D5D5D. Windows color (decimal): -2479839 or 2173402. OLE color: 2173402.

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

Color convert

RGB 218 41 33 -
CMYK 0 0.81 0.85 0.15
HSL 2.59º 0.74% 0.49% -
HSV(B) 2.59º 0.85% 0.85% -
XYZ 29.98 16.6 3.06 -
YUV 93.01 94.14 217.15 -
System Red Green Blue C M Y K H S L
Decimal 218 41 33 0 0.81 0.85 0.15 2.59 0.74 0.49
Hex DA 29 21 0 51 55 F 3 4A 31
Octal 332 51 41 0 121 125 17 3 112 61
Binary 11011010 101001 100001 0 1010001 1010101 1111 11 1001010 110001

Color Harmonies of #DA2921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2921

Black with #DA2921

Text Example


Text Example

White with #DA2921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2921; }

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

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

background-color css

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

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

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

border-color css

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

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

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