Html Css Color HEX #DA3422 Persian Red

📋 copy color: '#DA3422'

red 218 ◦ green 52 ◦ blue 34

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

Shades of Persian Red #DA3422

Tints of Persian Red #DA3422

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

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

R = 71.71%
G = 17.11%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA3422 (or 0xDA3422) is known color: Persian Red. HEX triplet: DA, 34 and 22. RGB value is (218,52,34). Sum of RGB (Red+Green+Blue) = 218+52+34=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3422 is #25CBDD. Grayscale: #636363. Windows color (decimal): -2477022 or 2241754. OLE color: 2241754.

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

Color convert

RGB 218 52 34 -
CMYK 0 0.76 0.84 0.15
HSL 5.87º 0.73% 0.49% -
HSV(B) 5.87º 0.84% 0.85% -
XYZ 30.43 17.48 3.28 -
YUV 99.58 91 212.46 -
System Red Green Blue C M Y K H S L
Decimal 218 52 34 0 0.76 0.84 0.15 5.87 0.73 0.49
Hex DA 34 22 0 4C 54 F 6 49 31
Octal 332 64 42 0 114 124 17 6 111 61
Binary 11011010 110100 100010 0 1001100 1010100 1111 110 1001001 110001

Color Harmonies of #DA3422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3422

Black with #DA3422

Text Example


Text Example

White with #DA3422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3422; }

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

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

background-color css

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

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

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

border-color css

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

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

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