Html Css Color HEX #DD5428 Chilean Fire

📋 copy color: '#DD5428'

red 221 ◦ green 84 ◦ blue 40

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

Shades of Chilean Fire #DD5428

Tints of Chilean Fire #DD5428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 64.06%
G = 24.35%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DD5428 (or 0xDD5428) is known color: Chilean Fire. HEX triplet: DD, 54 and 28. RGB value is (221,84,40). Sum of RGB (Red+Green+Blue) = 221+84+40=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5428 is #22ABD7. Grayscale: #787878. Windows color (decimal): -2272216 or 2643165. OLE color: 2643165.

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

Color convert

RGB 221 84 40 -
CMYK 0 0.62 0.82 0.13
HSL 14.59º 0.73% 0.51% -
HSV(B) 14.59º 0.82% 0.87% -
XYZ 33.37 21.87 4.47 -
YUV 119.95 82.89 200.08 -
System Red Green Blue C M Y K H S L
Decimal 221 84 40 0 0.62 0.82 0.13 14.59 0.73 0.51
Hex DD 54 28 0 3E 52 D F 49 33
Octal 335 124 50 0 76 122 15 17 111 63
Binary 11011101 1010100 101000 0 111110 1010010 1101 1111 1001001 110011

Color Harmonies of #DD5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5428

Black with #DD5428

Text Example


Text Example

White with #DD5428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5428; }

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

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

background-color css

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

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

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

border-color css

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

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

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