Html Css Color HEX #DD5422 Chilean Fire

📋 copy color: '#DD5422'

red 221 ◦ green 84 ◦ blue 34

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

Shades of Chilean Fire #DD5422

Tints of Chilean Fire #DD5422

RGB

 RED value IS 221 (86.72% from 255) = 65.19%

 GREEN value IS 84 (33.2% from 255) = 24.78%

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

R = 65.19%
G = 24.78%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD5422 (or 0xDD5422) is known color: Chilean Fire. HEX triplet: DD, 54 and 22. RGB value is (221,84,34). Sum of RGB (Red+Green+Blue) = 221+84+34=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5422 is #22ABDD. Grayscale: #777777. Windows color (decimal): -2272222 or 2249949. OLE color: 2249949.

HSL color Cylindrical-coordinate representation of color #DD5422: hue angle of 16.04º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD5422 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 84 34 -
CMYK 0 0.62 0.85 0.13
HSL 16.04º 0.73% 0.5% -
HSV(B) 16.04º 0.85% 0.87% -
XYZ 33.28 21.83 3.97 -
YUV 119.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 221 84 34 0 0.62 0.85 0.13 16.04 0.73 0.5
Hex DD 54 22 0 3E 55 D 10 49 32
Octal 335 124 42 0 76 125 15 20 111 62
Binary 11011101 1010100 100010 0 111110 1010101 1101 10000 1001001 110010

Color Harmonies of #DD5422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5422

Black with #DD5422

Text Example


Text Example

White with #DD5422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5422; }

 p { color: rgb(221,84,34); }

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

background-color css

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

 a { background-color: rgb(221,84,34); }

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

border-color css

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

 span { border-color: rgb(221,84,34); }

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