Html Css Color HEX #DD5438 Chilean Fire

📋 copy color: '#DD5438'

red 221 ◦ green 84 ◦ blue 56

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

Shades of Chilean Fire #DD5438

Tints of Chilean Fire #DD5438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.51%

R = 61.22%
G = 23.27%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD5438 (or 0xDD5438) is known color: Chilean Fire. HEX triplet: DD, 54 and 38. RGB value is (221,84,56). Sum of RGB (Red+Green+Blue) = 221+84+56=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5438 is #22ABC7. Grayscale: #7A7A7A. Windows color (decimal): -2272200 or 3691741. OLE color: 3691741.

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

Color convert

RGB 221 84 56 -
CMYK 0 0.62 0.75 0.13
HSL 10.18º 0.71% 0.54% -
HSV(B) 10.18º 0.75% 0.87% -
XYZ 33.7 22 6.21 -
YUV 121.77 90.89 198.78 -
System Red Green Blue C M Y K H S L
Decimal 221 84 56 0 0.62 0.75 0.13 10.18 0.71 0.54
Hex DD 54 38 0 3E 4B D A 47 36
Octal 335 124 70 0 76 113 15 12 107 66
Binary 11011101 1010100 111000 0 111110 1001011 1101 1010 1000111 110110

Color Harmonies of #DD5438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5438

Black with #DD5438

Text Example


Text Example

White with #DD5438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5438; }

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

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

background-color css

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

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

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

border-color css

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

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

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