Html Css Color HEX #DA2722 Persian Red

📋 copy color: '#DA2722'

red 218 ◦ green 39 ◦ blue 34

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

Shades of Persian Red #DA2722

Tints of Persian Red #DA2722

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 74.91%
G = 13.4%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA2722 (or 0xDA2722) is known color: Persian Red. HEX triplet: DA, 27 and 22. RGB value is (218,39,34). Sum of RGB (Red+Green+Blue) = 218+39+34=291 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.91% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2722 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2722 is #25D8DD. Grayscale: #5C5C5C. Windows color (decimal): -2480350 or 2238426. OLE color: 2238426.

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

Color convert

RGB 218 39 34 -
CMYK 0 0.82 0.84 0.15
HSL 1.63º 0.73% 0.49% -
HSV(B) 1.63º 0.84% 0.85% -
XYZ 29.93 16.47 3.12 -
YUV 91.95 95.3 217.91 -
System Red Green Blue C M Y K H S L
Decimal 218 39 34 0 0.82 0.84 0.15 1.63 0.73 0.49
Hex DA 27 22 0 52 54 F 2 49 31
Octal 332 47 42 0 122 124 17 2 111 61
Binary 11011010 100111 100010 0 1010010 1010100 1111 10 1001001 110001

Color Harmonies of #DA2722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2722

Black with #DA2722

Text Example


Text Example

White with #DA2722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2722; }

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

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

background-color css

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

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

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

border-color css

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

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

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