Html Css Color HEX #DA2322 Persian Red

📋 copy color: '#DA2322'

red 218 ◦ green 35 ◦ blue 34

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

Shades of Persian Red #DA2322

Tints of Persian Red #DA2322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 75.96%
G = 12.2%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA2322 (or 0xDA2322) is known color: Persian Red. HEX triplet: DA, 23 and 22. RGB value is (218,35,34). Sum of RGB (Red+Green+Blue) = 218+35+34=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2322 is #25DCDD. Grayscale: #595959. Windows color (decimal): -2481374 or 2237402. OLE color: 2237402.

HSL color Cylindrical-coordinate representation of color #DA2322: hue angle of 0.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2322 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 34 -
CMYK 0 0.84 0.84 0.15
HSL 0.33º 0.73% 0.49% -
HSV(B) 0.33º 0.84% 0.85% -
XYZ 29.8 16.22 3.07 -
YUV 89.6 96.63 219.58 -
System Red Green Blue C M Y K H S L
Decimal 218 35 34 0 0.84 0.84 0.15 0.33 0.73 0.49
Hex DA 23 22 0 54 54 F 0 49 31
Octal 332 43 42 0 124 124 17 0 111 61
Binary 11011010 100011 100010 0 1010100 1010100 1111 0 1001001 110001

Color Harmonies of #DA2322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2322

Black with #DA2322

Text Example


Text Example

White with #DA2322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2322; }

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

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

background-color css

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

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

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

border-color css

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

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

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