Html Css Color HEX #DA3322 Persian Red

📋 copy color: '#DA3322'

red 218 ◦ green 51 ◦ blue 34

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

Shades of Persian Red #DA3322

Tints of Persian Red #DA3322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

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

R = 71.95%
G = 16.83%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3322 (or 0xDA3322) is known color: Persian Red. HEX triplet: DA, 33 and 22. RGB value is (218,51,34). Sum of RGB (Red+Green+Blue) = 218+51+34=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3322 is #25CCDD. Grayscale: #636363. Windows color (decimal): -2477278 or 2241498. OLE color: 2241498.

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

Color convert

RGB 218 51 34 -
CMYK 0 0.77 0.84 0.15
HSL 5.54º 0.73% 0.49% -
HSV(B) 5.54º 0.84% 0.85% -
XYZ 30.39 17.39 3.27 -
YUV 99 91.33 212.88 -
System Red Green Blue C M Y K H S L
Decimal 218 51 34 0 0.77 0.84 0.15 5.54 0.73 0.49
Hex DA 33 22 0 4D 54 F 6 49 31
Octal 332 63 42 0 115 124 17 6 111 61
Binary 11011010 110011 100010 0 1001101 1010100 1111 110 1001001 110001

Color Harmonies of #DA3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3322

Black with #DA3322

Text Example


Text Example

White with #DA3322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3322; }

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

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

background-color css

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

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

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

border-color css

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

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

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