Html Css Color HEX #DA2320 Persian Red

📋 copy color: '#DA2320'

red 218 ◦ green 35 ◦ blue 32

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

Shades of Persian Red #DA2320

Tints of Persian Red #DA2320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 76.49%
G = 12.28%
B = 11.23%

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

#DA2320 (or 0xDA2320) is known color: Persian Red. HEX triplet: DA, 23 and 20. RGB value is (218,35,32). Sum of RGB (Red+Green+Blue) = 218+35+32=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2320 is #25DCDF. Grayscale: #595959. Windows color (decimal): -2481376 or 2106330. OLE color: 2106330.

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

Color convert

RGB 218 35 32 -
CMYK 0 0.84 0.85 0.15
HSL 0.97º 0.74% 0.49% -
HSV(B) 0.97º 0.85% 0.85% -
XYZ 29.78 16.21 2.93 -
YUV 89.38 95.63 219.74 -
System Red Green Blue C M Y K H S L
Decimal 218 35 32 0 0.84 0.85 0.15 0.97 0.74 0.49
Hex DA 23 20 0 54 55 F 1 4A 31
Octal 332 43 40 0 124 125 17 1 112 61
Binary 11011010 100011 100000 0 1010100 1010101 1111 1 1001010 110001

Color Harmonies of #DA2320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2320

Black with #DA2320

Text Example


Text Example

White with #DA2320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2320; }

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

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

background-color css

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

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

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

border-color css

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

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

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