Html Css Color HEX #DD521F Chilean Fire

📋 copy color: '#DD521F'

red 221 ◦ green 82 ◦ blue 31

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

Shades of Chilean Fire #DD521F

Tints of Chilean Fire #DD521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 66.17%
G = 24.55%
B = 9.28%

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

#DD521F (or 0xDD521F) is known color: Chilean Fire. HEX triplet: DD, 52 and 1F. RGB value is (221,82,31). Sum of RGB (Red+Green+Blue) = 221+82+31=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD521F is #22ADE0. Grayscale: #767676. Windows color (decimal): -2272737 or 2052829. OLE color: 2052829.

HSL color Cylindrical-coordinate representation of color #DD521F: hue angle of 16.11º degrees, saturation: 0.75, 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 #DD521F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 31 -
CMYK 0 0.63 0.86 0.13
HSL 16.11º 0.75% 0.49% -
HSV(B) 16.11º 0.86% 0.87% -
XYZ 33.08 21.51 3.7 -
YUV 117.75 79.05 201.65 -
System Red Green Blue C M Y K H S L
Decimal 221 82 31 0 0.63 0.86 0.13 16.11 0.75 0.49
Hex DD 52 1F 0 3F 56 D 10 4B 31
Octal 335 122 37 0 77 126 15 20 113 61
Binary 11011101 1010010 11111 0 111111 1010110 1101 10000 1001011 110001

Color Harmonies of #DD521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD521F

Black with #DD521F

Text Example


Text Example

White with #DD521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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