Html Css Color HEX #DA2321 Persian Red

📋 copy color: '#DA2321'

red 218 ◦ green 35 ◦ blue 33

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

Shades of Persian Red #DA2321

Tints of Persian Red #DA2321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.24%

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

R = 76.22%
G = 12.24%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA2321 (or 0xDA2321) is known color: Persian Red. HEX triplet: DA, 23 and 21. RGB value is (218,35,33). Sum of RGB (Red+Green+Blue) = 218+35+33=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2321 is #25DCDE. Grayscale: #595959. Windows color (decimal): -2481375 or 2171866. OLE color: 2171866.

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

Color convert

RGB 218 35 33 -
CMYK 0 0.84 0.85 0.15
HSL 0.65º 0.74% 0.49% -
HSV(B) 0.65º 0.85% 0.85% -
XYZ 29.79 16.22 3 -
YUV 89.49 96.13 219.66 -
System Red Green Blue C M Y K H S L
Decimal 218 35 33 0 0.84 0.85 0.15 0.65 0.74 0.49
Hex DA 23 21 0 54 55 F 1 4A 31
Octal 332 43 41 0 124 125 17 1 112 61
Binary 11011010 100011 100001 0 1010100 1010101 1111 1 1001010 110001

Color Harmonies of #DA2321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2321

Black with #DA2321

Text Example


Text Example

White with #DA2321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2321; }

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

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

background-color css

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

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

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

border-color css

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

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

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