Html Css Color HEX #DA3122 Persian Red

📋 copy color: '#DA3122'

red 218 ◦ green 49 ◦ blue 34

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

Shades of Persian Red #DA3122

Tints of Persian Red #DA3122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 72.43%
G = 16.28%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3122 (or 0xDA3122) is known color: Persian Red. HEX triplet: DA, 31 and 22. RGB value is (218,49,34). Sum of RGB (Red+Green+Blue) = 218+49+34=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3122 is #25CEDD. Grayscale: #626262. Windows color (decimal): -2477790 or 2240986. OLE color: 2240986.

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

Color convert

RGB 218 49 34 -
CMYK 0 0.78 0.84 0.15
HSL 4.89º 0.73% 0.49% -
HSV(B) 4.89º 0.84% 0.85% -
XYZ 30.3 17.22 3.24 -
YUV 97.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 218 49 34 0 0.78 0.84 0.15 4.89 0.73 0.49
Hex DA 31 22 0 4E 54 F 5 49 31
Octal 332 61 42 0 116 124 17 5 111 61
Binary 11011010 110001 100010 0 1001110 1010100 1111 101 1001001 110001

Color Harmonies of #DA3122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3122

Black with #DA3122

Text Example


Text Example

White with #DA3122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3122; }

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

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

background-color css

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

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

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

border-color css

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

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

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