Html Css Color HEX #DD532E Chilean Fire

📋 copy color: '#DD532E'

red 221 ◦ green 83 ◦ blue 46

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

Shades of Chilean Fire #DD532E

Tints of Chilean Fire #DD532E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.14%

R = 63.14%
G = 23.71%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD532E (or 0xDD532E) is known color: Chilean Fire. HEX triplet: DD, 53 and 2E. RGB value is (221,83,46). Sum of RGB (Red+Green+Blue) = 221+83+46=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD532E is #22ACD1. Grayscale: #787878. Windows color (decimal): -2272466 or 3036125. OLE color: 3036125.

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

Color convert

RGB 221 83 46 -
CMYK 0 0.62 0.79 0.13
HSL 12.69º 0.72% 0.52% -
HSV(B) 12.69º 0.79% 0.87% -
XYZ 33.41 21.76 5.02 -
YUV 120.04 86.22 200.01 -
System Red Green Blue C M Y K H S L
Decimal 221 83 46 0 0.62 0.79 0.13 12.69 0.72 0.52
Hex DD 53 2E 0 3E 4F D D 48 34
Octal 335 123 56 0 76 117 15 15 110 64
Binary 11011101 1010011 101110 0 111110 1001111 1101 1101 1001000 110100

Color Harmonies of #DD532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD532E

Black with #DD532E

Text Example


Text Example

White with #DD532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD532E; }

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

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

background-color css

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

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

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

border-color css

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

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

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