Html Css Color HEX #DD521E Chilean Fire

📋 copy color: '#DD521E'

red 221 ◦ green 82 ◦ blue 30

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

Shades of Chilean Fire #DD521E

Tints of Chilean Fire #DD521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

 BLUE value IS 30 (12.11% from 255) = 9.01%

R = 66.37%
G = 24.62%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD521E (or 0xDD521E) is known color: Chilean Fire. HEX triplet: DD, 52 and 1E. RGB value is (221,82,30). Sum of RGB (Red+Green+Blue) = 221+82+30=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD521E is #22ADE1. Grayscale: #757575. Windows color (decimal): -2272738 or 1987293. OLE color: 1987293.

HSL color Cylindrical-coordinate representation of color #DD521E: hue angle of 16.34º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD521E is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 30 -
CMYK 0 0.63 0.86 0.13
HSL 16.34º 0.76% 0.49% -
HSV(B) 16.34º 0.86% 0.87% -
XYZ 33.07 21.5 3.64 -
YUV 117.63 78.55 201.73 -
System Red Green Blue C M Y K H S L
Decimal 221 82 30 0 0.63 0.86 0.13 16.34 0.76 0.49
Hex DD 52 1E 0 3F 56 D 10 4C 31
Octal 335 122 36 0 77 126 15 20 114 61
Binary 11011101 1010010 11110 0 111111 1010110 1101 10000 1001100 110001

Color Harmonies of #DD521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD521E

Black with #DD521E

Text Example


Text Example

White with #DD521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD521E; }

 p { color: rgb(221,82,30); }

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

background-color css

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

 a { background-color: rgb(221,82,30); }

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

border-color css

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

 span { border-color: rgb(221,82,30); }

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