Html Css Color HEX #DA2922 Persian Red

📋 copy color: '#DA2922'

red 218 ◦ green 41 ◦ blue 34

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

Shades of Persian Red #DA2922

Tints of Persian Red #DA2922

RGB

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

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

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

R = 74.4%
G = 13.99%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA2922 (or 0xDA2922) is known color: Persian Red. HEX triplet: DA, 29 and 22. RGB value is (218,41,34). Sum of RGB (Red+Green+Blue) = 218+41+34=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2922 is #25D6DD. Grayscale: #5D5D5D. Windows color (decimal): -2479838 or 2238938. OLE color: 2238938.

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

Color convert

RGB 218 41 34 -
CMYK 0 0.81 0.84 0.15
HSL 2.28º 0.73% 0.49% -
HSV(B) 2.28º 0.84% 0.85% -
XYZ 30 16.61 3.14 -
YUV 93.13 94.64 217.07 -
System Red Green Blue C M Y K H S L
Decimal 218 41 34 0 0.81 0.84 0.15 2.28 0.73 0.49
Hex DA 29 22 0 51 54 F 2 49 31
Octal 332 51 42 0 121 124 17 2 111 61
Binary 11011010 101001 100010 0 1010001 1010100 1111 10 1001001 110001

Color Harmonies of #DA2922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2922

Black with #DA2922

Text Example


Text Example

White with #DA2922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2922; }

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

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

background-color css

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

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

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

border-color css

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

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

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