Html Css Color HEX #DD531F Chilean Fire

📋 copy color: '#DD531F'

red 221 ◦ green 83 ◦ blue 31

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

Shades of Chilean Fire #DD531F

Tints of Chilean Fire #DD531F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 65.97%
G = 24.78%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD531F (or 0xDD531F) is known color: Chilean Fire. HEX triplet: DD, 53 and 1F. RGB value is (221,83,31). Sum of RGB (Red+Green+Blue) = 221+83+31=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD531F is #22ACE0. Grayscale: #767676. Windows color (decimal): -2272481 or 2053085. OLE color: 2053085.

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

Color convert

RGB 221 83 31 -
CMYK 0 0.62 0.86 0.13
HSL 16.42º 0.75% 0.49% -
HSV(B) 16.42º 0.86% 0.87% -
XYZ 33.16 21.66 3.73 -
YUV 118.33 78.72 201.23 -
System Red Green Blue C M Y K H S L
Decimal 221 83 31 0 0.62 0.86 0.13 16.42 0.75 0.49
Hex DD 53 1F 0 3E 56 D 10 4B 31
Octal 335 123 37 0 76 126 15 20 113 61
Binary 11011101 1010011 11111 0 111110 1010110 1101 10000 1001011 110001

Color Harmonies of #DD531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD531F

Black with #DD531F

Text Example


Text Example

White with #DD531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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